Skip to content

Commit 36dea01

Browse files
fix(ad-hoc): Setup CMake in Netcetera CI (#351)
1 parent 2b3eac4 commit 36dea01

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/netcetera-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
distribution: 'temurin'
2020
cache: gradle
2121

22+
- name: Setup CMake
23+
uses: jwlawson/actions-setup-cmake@v2
24+
with:
25+
cmake-version: '4.0.3'
26+
2227
- name: Build
2328
run: ./gradlew :netcetera-3ds-core:assembleProductionRelease
2429
env:

.github/workflows/netcetera-update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
distribution: 'temurin'
2929
cache: gradle
3030

31+
- name: Setup CMake
32+
uses: jwlawson/actions-setup-cmake@v2
33+
with:
34+
cmake-version: '4.0.3'
35+
3136
- name: Download & Bundle
3237
run: |
3338
chmod +x ./netcetera-3ds-core/scripts/download-and-bundle.sh

0 commit comments

Comments
 (0)