Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa authored Nov 12, 2023
1 parent 4457fa6 commit f5ed07a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- run: |
sudo add-apt-repository ppa:xmake-io/xmake
sudo apt update
sudo apt install gcc-multilib xmake
sudo apt install gcc-multilib xmake git-lfs
- run: git lfs pull
- name: check codes
run: cargo ndk -t arm64-v8a --platform=29 check --verbose --target aarch64-linux-android
- name: build
Expand Down

0 comments on commit f5ed07a

Please sign in to comment.