Skip to content

Commit 99d7cfc

Browse files
committed
Checkout submodule
1 parent 601ec81 commit 99d7cfc

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
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- uses: actions/checkout@v1
23+
with:
24+
submodules: 'true'
2325
- uses: actions-rs/cargo@v1
2426
with:
2527
command: clippy

0 commit comments

Comments
 (0)