Skip to content

Commit

Permalink
Update android-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen authored Oct 29, 2024
1 parent 05e1568 commit ba49601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
ls -d $ANDROID_HOME/ndk/* | sort -V | tail -n 1 | xargs basename
export NDK="$ANDROID_HOME/ndk/$(ls -d $ANDROID_HOME/ndk/* | sort -V | tail -n 1 | xargs basename)"
yarn build-ztm-android
- name: fix tao android bug
run: |
cd gui/src-tauri
cargo update -p tao
- name: Build apk
run: |
cd gui
Expand Down

0 comments on commit ba49601

Please sign in to comment.