diff --git a/.github/workflows/netcetera-publish.yml b/.github/workflows/netcetera-publish.yml index bd3b3f71..30ebcf85 100644 --- a/.github/workflows/netcetera-publish.yml +++ b/.github/workflows/netcetera-publish.yml @@ -19,6 +19,11 @@ jobs: distribution: 'temurin' cache: gradle + - name: Setup CMake + uses: jwlawson/actions-setup-cmake@v2 + with: + cmake-version: '4.0.3' + - name: Build run: ./gradlew :netcetera-3ds-core:assembleProductionRelease env: diff --git a/.github/workflows/netcetera-update.yml b/.github/workflows/netcetera-update.yml index 8e5fcfbd..76bc72fd 100644 --- a/.github/workflows/netcetera-update.yml +++ b/.github/workflows/netcetera-update.yml @@ -28,6 +28,11 @@ jobs: distribution: 'temurin' cache: gradle + - name: Setup CMake + uses: jwlawson/actions-setup-cmake@v2 + with: + cmake-version: '4.0.3' + - name: Download & Bundle run: | chmod +x ./netcetera-3ds-core/scripts/download-and-bundle.sh