Skip to content

Commit d415b2d

Browse files
committed
fixed submodules not pulling
1 parent 286a66a commit d415b2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Basic.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout sources
1414
uses: actions/checkout@v2
15+
with:
16+
submodules: 'true'
1517

1618
- name: Install stable toolchain
1719
uses: actions-rs/toolchain@v1
@@ -34,6 +36,8 @@ jobs:
3436
steps:
3537
- name: Checkout sources
3638
uses: actions/checkout@v2
39+
with:
40+
submodules: 'true'
3741

3842
- name: Install stable toolchain
3943
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)