Skip to content

Commit e35fd6d

Browse files
ci: fix patch during clippy step (#7935)
* fix the ci issue * fix readme * fix ci
1 parent 03fe44c commit e35fd6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,8 @@ jobs:
826826
cargo clippy --workspace --exclude tokio --tests --no-deps --features $TOKIO_STABLE_FEATURES
827827
- name: "clippy --workspace --all-features --unstable"
828828
run: |
829+
# Forcing the cargo lock regeneration to apply the tokio patch
830+
rm Cargo.lock
829831
cargo clippy --workspace --tests --no-deps --all-features --config 'patch.crates-io.tokio.path="tokio"'
830832
# check without path dependencies
831833
cargo clippy --workspace --exclude tokio --tests --no-deps --all-features

0 commit comments

Comments
 (0)