Skip to content

Commit

Permalink
Add keys to cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Oct 23, 2024
1 parent 458a4a8 commit 000a990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/server-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- name: Restore and Cache Nix Store
uses: nix-community/cache-nix-action@v5
with:
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
restore-prefixes-first-match: nix-${{ runner.os }}-

- name: Install QEMU
run: |
Expand Down

0 comments on commit 000a990

Please sign in to comment.