Skip to content

Commit 4389148

Browse files
Update xmake.yml
1 parent 210b553 commit 4389148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/xmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
submodules: 'true'
17+
submodules: recursive
1818
- uses: xmake-io/github-action-setup-xmake@v1
1919
with:
2020
xmake-version: latest
2121
actions-cache-folder: '.xmake-cache'
2222
actions-cache-key: 'ci'
2323
- name: build
24-
run: xmake -y
24+
run: xmake -y --verbose
2525
- name: Upload a Build Artifact
2626
uses: actions/[email protected]
2727
with:

0 commit comments

Comments
 (0)