ci: don't cache nix store
1 files changed, 0 insertions(+), 6 deletions(-) M .github/workflows/tests.yml
M .github/workflows/tests.yml => .github/workflows/tests.yml +0 -6
@@ 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"