From 2ce33eac6dd5a4d2733350c1496f38770c1d55a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 23 Jan 2025 21:57:13 +0100 Subject: [PATCH] Hahaha MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ab4521..0a5d1fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"