We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b147a commit 52cf312Copy full SHA for 52cf312
.github/workflows/ci-sub.yaml
@@ -8,7 +8,7 @@ jobs:
8
name: "cargo clippy in subdir"
9
runs-on: ubuntu-latest
10
steps:
11
- - run: rustup self uninstall -y
+ - run: rustup default none && rustup self uninstall -y
12
- uses: actions/checkout@v5
13
- uses: actions-rust-lang/setup-rust-toolchain@main
14
with:
@@ -17,3 +17,4 @@ jobs:
17
rust-src-dir: proj
18
override: false
19
- run: cargo clippy --all-targets --all-features --locked
20
+ working-directory: proj
0 commit comments