From df34723381373b2a91f0092fe8851b43e5ba9eaf Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Tue, 16 Aug 2022 13:58:10 +0200 Subject: [PATCH] ci: don't cache nix store --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c38807..fcb23b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,12 +19,6 @@ jobs: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - name: Cache nix store - uses: actions/cache@v3 - with: - path: /nix/store - key: ${{ runner.os }} - - name: Check teal files run: | nix-shell --pure --run "make ensure" -- 2.45.2