From 68aa0b18bd59919f7c4f98b31d882c81f07502c8 Mon Sep 17 00:00:00 2001 From: George Niculae Date: Mon, 27 Apr 2026 19:29:16 +0300 Subject: [PATCH] Improve GH actions --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42242e1..6ea6a32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,10 +72,6 @@ jobs: sudo apt-get install -y gcc-aarch64-linux-gnu fi - - uses: Swatinem/rust-cache@v2 - with: - cache-on-failure: true - - name: Build run: cargo build --profile dist --target ${{ matrix.target }}