From a04bff9f2f1ba4c0437f02728c637a18b25a607c Mon Sep 17 00:00:00 2001 From: oxalica Date: Tue, 17 Sep 2024 23:08:56 -0400 Subject: [PATCH] ci: drop magic-nix-cache-action since it's failing --- .github/workflows/ci.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df65405..179debb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,13 +91,6 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - - name: Cache nix store - uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 - with: - # I do NOT consent to share build cache between FlakeHub. - # This should NOT be the default. - use-flakehub: false - - name: Flake check run: nix flake check --no-update-lock-file --show-trace