Manually set library paths in .github/driver.sh
This commit is contained in:
parent
caad063933
commit
821dc871af
3 changed files with 15 additions and 14 deletions
4
.github/workflows/clippy_bors.yml
vendored
4
.github/workflows/clippy_bors.yml
vendored
|
|
@ -116,9 +116,7 @@ jobs:
|
|||
working-directory: clippy_dev
|
||||
|
||||
- name: Test clippy-driver
|
||||
run: |
|
||||
TOOLCHAIN=$(rustup show active-toolchain | cut -f1 -d' ')
|
||||
rustup run $TOOLCHAIN bash .github/driver.sh
|
||||
run: .github/driver.sh
|
||||
env:
|
||||
OS: ${{ runner.os }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue