We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c6827 commit 096df8dCopy full SHA for 096df8d
.github/workflows/rust.yml
@@ -15,6 +15,8 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v3
18
+ with:
19
+ submodules: 'recursive'
20
- name: Install latest nightly
21
uses: actions-rs/toolchain@v1
22
with:
0 commit comments