Skip to content

Commit

Permalink
Delete lockfile before running msrv check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Dec 9, 2024
1 parent 4a15c6b commit f8f77ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/minimum-rust-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
with:
key: msrv-${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}

- name: Delete Cargo.lock
run: rm Cargo.lock

- name: Cargo check MSRV
run: cargo check --all-features

0 comments on commit f8f77ff

Please sign in to comment.