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 f698a4b commit 986b064Copy full SHA for 986b064
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
21
- run: rustup which rustc
22
- run: rustc --version
23
- run: rustup --version
24
- - run: which rustup
25
- - run: which rustc
+ - run: rm -rf /home/runner/.cargo/bin/cargo
26
- run: which cargo
27
- - run: which clippy
+ - run: which rustc
+ - run: which rustup
28
- run: rm -rf target
29
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo fmt -- --check"
30
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo clippy"
0 commit comments