Skip to content

Commit

Permalink
Fix the android demo on the build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Dec 6, 2023
1 parent 1f4a5fc commit 13e2fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Build Android
run: |
New-Item -ItemType Directory -Force -Path third_party/tgfx/out/cache
mkdir -p third_party/tgfx/out/cache
cd android
./gradlew assembleRelease -Parm64-only --no-daemon
Expand Down

0 comments on commit 13e2fcc

Please sign in to comment.