Skip to content

Commit efe4ea1

Browse files
committed
test android build
1 parent c31d1ac commit efe4ea1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,6 @@ jobs:
468468
submodules: recursive
469469
fetch-depth: 0
470470

471-
- name: Setup cmake
472-
uses: jwlawson/actions-setup-cmake@v2
473-
with:
474-
cmake-version: '3.13.x'
475-
476471
- uses: nttld/setup-ndk@v1
477472
id: setup-ndk
478473
with:
@@ -487,6 +482,11 @@ jobs:
487482
distribution: 'temurin'
488483
cache: gradle
489484

485+
- name: Setup cmake
486+
uses: jwlawson/actions-setup-cmake@v2
487+
with:
488+
cmake-version: '3.13.x'
489+
490490
- name: Build
491491
run: |
492492
cd build/android

0 commit comments

Comments
 (0)