Skip to content

Commit 4accb93

Browse files
在 workflows 中拉取 submodules
1 parent 7058f0a commit 4accb93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- name: Checkout repository
15+
uses: actions/checkout@v3
16+
with:
17+
submodules: 'true'
1518

1619
- name: Enable Corepack
1720
run: corepack enable

0 commit comments

Comments
 (0)