Skip to content

Commit 162c5c6

Browse files
authored
fix: 🐛 init submodule on rust-clippy
1 parent e3f970b commit 162c5c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust-clippy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
32+
- name: Git submodule
33+
run: git submodule update --init --recursive
3234

3335
- name: Install Rust toolchain
3436
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1

0 commit comments

Comments
 (0)