From d36998ec99be0559fe0ac9286523a11306fa5139 Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 18 Jan 2025 16:51:01 -0500 Subject: [PATCH] Revert "cache rust stuff" This reverts commit 4f545ba6de087d08c89fe19d7e539b7f903093af. --- .github/workflows/build-and-cache.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 32b0739..da9e42a 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -17,19 +17,6 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main with: logger: pretty - - # use sccache for Rust - - name: Run sccache-cache - if: (env.SCCACHE_GHA_ENABLED == 'true') - uses: mozilla-actions/sccache-action@main - - # use rust-cache - - uses: Swatinem/rust-cache@v2 - with: - cache-all-crates: "true" - cache-on-failure: "true" - cache-targets: "true" - - uses: DeterminateSystems/magic-nix-cache-action@main - name: Setup Attic cache uses: ryanccn/attic-action@v0