We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31d1ac commit efe4ea1Copy full SHA for efe4ea1
.github/workflows/build.yml
@@ -468,11 +468,6 @@ jobs:
468
submodules: recursive
469
fetch-depth: 0
470
471
- - name: Setup cmake
472
- uses: jwlawson/actions-setup-cmake@v2
473
- with:
474
- cmake-version: '3.13.x'
475
-
476
- uses: nttld/setup-ndk@v1
477
id: setup-ndk
478
with:
@@ -487,6 +482,11 @@ jobs:
487
482
distribution: 'temurin'
488
483
cache: gradle
489
484
485
+ - name: Setup cmake
486
+ uses: jwlawson/actions-setup-cmake@v2
+ with:
+ cmake-version: '3.13.x'
+
490
- name: Build
491
run: |
492
cd build/android
0 commit comments