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