Skip to content

Commit 096df8d

Browse files
committed
fetch submodule in CI
1 parent 67c6827 commit 096df8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
submodules: 'recursive'
1820
- name: Install latest nightly
1921
uses: actions-rs/toolchain@v1
2022
with:

0 commit comments

Comments
 (0)