Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Dec 15, 2024
1 parent 3691f2b commit 65654aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
ndk-version: r26d
link-to-sdk: true
add-to-path: true
- name: Install Ninja
run: sudo apt-get install ninja-build
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -46,4 +48,4 @@ jobs:
demoRelease/cgeDemo.apk
compression-level: 0
retention-days: 15
if-no-files-found: error
if-no-files-found: error

0 comments on commit 65654aa

Please sign in to comment.