Skip to content

Commit

Permalink
fetch-depth to zero, subm true
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovke committed Nov 7, 2024
1 parent 8b5d431 commit f43a1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]
with:
fetch-depth: 50
submodules: 'recursive'
fetch-depth: 0
submodules: true

- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
Expand Down

0 comments on commit f43a1a5

Please sign in to comment.