Skip to content

Commit

Permalink
fix: πŸ› init submodule on rust-clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
M1n-74316D65 authored Apr 3, 2024
1 parent e3f970b commit 162c5c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Git submodule
run: git submodule update --init --recursive

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
Expand Down

0 comments on commit 162c5c6

Please sign in to comment.