Skip to content

Commit

Permalink
fix android ci for xmake
Browse files Browse the repository at this point in the history
Signed-off-by: ruki <[email protected]>
  • Loading branch information
waruqi authored and anakryiko committed Mar 14, 2024
1 parent c394f9d commit 598ea6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
submodules: true
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: 'latest'
xmake-version: branch@master
- name: Install Dependencies
run: |
sudo apt-get update -y && sudo apt-get install -yqq \
Expand Down

0 comments on commit 598ea6c

Please sign in to comment.