Skip to content

Commit 65654aa

Browse files
committed
fix workflow
1 parent 3691f2b commit 65654aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
ndk-version: r26d
2020
link-to-sdk: true
2121
add-to-path: true
22+
- name: Install Ninja
23+
run: sudo apt-get install ninja-build
2224
- name: set up JDK 17
2325
uses: actions/setup-java@v3
2426
with:
@@ -46,4 +48,4 @@ jobs:
4648
demoRelease/cgeDemo.apk
4749
compression-level: 0
4850
retention-days: 15
49-
if-no-files-found: error
51+
if-no-files-found: error

0 commit comments

Comments
 (0)