Skip to content

Commit c577752

Browse files
committed
Also try bin
1 parent 0feac4c commit c577752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/base-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cd clippy_dev && cargo test && cd ..
2828
./util/dev update_lints --check
2929

3030
echo $PATH
31-
PATH=$PATH:$(rustc --print sysroot)/lib
31+
PATH=$PATH:$(rustc --print sysroot)/bin
3232
echo $PATH
3333
CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
3434
# run clippy on its own codebase...

0 commit comments

Comments
 (0)