Skip to content

Commit 8daf717

Browse files
committed
Fix github actions checkout submodules
1 parent 8baa56c commit 8daf717

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v1
23+
with:
24+
submodules: recursive
2325

2426
- name: Install Rust toolchain
2527
uses: actions-rs/toolchain@v1
@@ -57,6 +59,8 @@ jobs:
5759

5860
steps:
5961
- uses: actions/checkout@v1
62+
with:
63+
submodules: recursive
6064

6165
- uses: actions-rs/toolchain@v1
6266
with:

0 commit comments

Comments
 (0)