Skip to content

Commit 1d74af3

Browse files
authored
Don't delete the lockfile on the msrv workflow (#2621)
1 parent ef2fb79 commit 1d74af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bindgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
override: true
5353

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

5757
minimal:
5858
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)