Skip to content

Commit

Permalink
Hahaha
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner committed Jan 23, 2025
1 parent f698a4b commit 2ce33ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- run: rustup which rustc
- run: rustc --version
- run: rustup --version
- run: which rustup
- run: which rustc
- run: which cargo
- run: which clippy
- run: rm -rf /home/runner/.cargo/bin/cargo
- run: rm -rf target
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo fmt -- --check"
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo clippy"
Expand Down

0 comments on commit 2ce33ea

Please sign in to comment.