Skip to content

Commit 986b064

Browse files
committed
Hahaha
Signed-off-by: Šimon Brandner <[email protected]> fsd Signed-off-by: Šimon Brandner <[email protected]>
1 parent f698a4b commit 986b064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- run: rustup which rustc
2222
- run: rustc --version
2323
- run: rustup --version
24-
- run: which rustup
25-
- run: which rustc
24+
- run: rm -rf /home/runner/.cargo/bin/cargo
2625
- run: which cargo
27-
- run: which clippy
26+
- run: which rustc
27+
- run: which rustup
2828
- run: rm -rf target
2929
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo fmt -- --check"
3030
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo clippy"

0 commit comments

Comments
 (0)