Skip to content

Commit d2dcd32

Browse files
committed
fix lintcheck extended on ci
path to clippy lintcheck binary changed in rust-lang/rust-clippy#7646
1 parent 9452f57 commit d2dcd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: cargo lintcheck
2323
working-directory: rust-clippy
2424
- name: run lintcheck extended
25-
run: ./lintcheck/target/debug/lintcheck --crates-toml ../extended_crates.toml
25+
run: ./target/debug/lintcheck --crates-toml ../extended_crates.toml
2626
working-directory: rust-clippy
2727
- name: copy logs
2828
run: |

0 commit comments

Comments
 (0)