Skip to content

Commit

Permalink
Revert "ci: cache nix store"
Browse files Browse the repository at this point in the history
This reverts commit 44c3879.

"actions/cache" doesn't support caching system path (yet?),
see actions/toolkit#946

[no ci]
  • Loading branch information
EHfive committed Apr 13, 2022
1 parent d2d43a9 commit 0b0866c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
extra-platforms = aarch64-linux
sandbox = false # can't install in act without this
- name: Restore Nix store cache
if: ${{ !env.ACT }}
uses: actions/cache@v3
with:
path: /nix/store
key: ${{ runner.os }}-nix-${{ hashFiles('**/*.nix', '**/flake.lock') }}
restore-keys: ${{ runner.os }}-nix-

- name: Set up cachix
uses: cachix/cachix-action@v10
with:
Expand Down

0 comments on commit 0b0866c

Please # to comment.