Skip to content

Commit 598ea6c

Browse files
waruqianakryiko
authored andcommitted
fix android ci for xmake
Signed-off-by: ruki <waruqi@gmail.com>
1 parent c394f9d commit 598ea6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
with:
21-
submodules: recursive
21+
submodules: true
2222
- uses: xmake-io/github-action-setup-xmake@v1
2323
with:
24-
xmake-version: 'latest'
24+
xmake-version: branch@master
2525
- name: Install Dependencies
2626
run: |
2727
sudo apt-get update -y && sudo apt-get install -yqq \

0 commit comments

Comments
 (0)