Skip to content

Commit 4479cbe

Browse files
committed
ci fix
1 parent 64f3c3c commit 4479cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Clippy without synced Cargo.lock
5353
run: |
54-
rm -f Cargo.lock
54+
rm Cargo.lock
5555
cargo clippy --all -- -D warnings
5656
5757
- name: Run rust tests

0 commit comments

Comments
 (0)