Skip to content

Commit

Permalink
Don't delete the lockfile on the msrv workflow (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Sep 5, 2023
1 parent ef2fb79 commit 1d74af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
override: true

- name: Build with msrv
run: rm Cargo.lock && cargo +1.60.0 build --lib
run: cargo +1.60.0 build --lib

minimal:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d74af3

Please sign in to comment.