Skip to content

Commit

Permalink
fix lintcheck extended on ci
Browse files Browse the repository at this point in the history
path to clippy lintcheck binary changed in rust-lang/rust-clippy#7646
  • Loading branch information
matthiaskrgr committed Sep 14, 2021
1 parent 9452f57 commit d2dcd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: cargo lintcheck
working-directory: rust-clippy
- name: run lintcheck extended
run: ./lintcheck/target/debug/lintcheck --crates-toml ../extended_crates.toml
run: ./target/debug/lintcheck --crates-toml ../extended_crates.toml
working-directory: rust-clippy
- name: copy logs
run: |
Expand Down

0 comments on commit d2dcd32

Please sign in to comment.