Skip to content

Commit 948d366

Browse files
committed
fsd
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 2ba8c8a commit 948d366

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
- run: rustup which rustc
2222
- run: rustc --version
2323
- run: rustup --version
24-
- run: rm -rf /home/runner/.cargo/bin/cargo
25-
- run: which rustc
26-
- run: which rustup
24+
- run: rm -rf /home/runner/.cargo
2725
- run: rm -rf target
2826
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo fmt -- --check"
2927
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo clippy"

0 commit comments

Comments
 (0)