Skip to content

Commit

Permalink
Use separate key for FPC cache
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Dec 30, 2024
1 parent d847a19 commit ae81355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Save Nix store
uses: nix-community/cache-nix-action/[email protected]
with:
primary-key: build-${{ runner.os }}-${{ hashFiles('flake.nix') }}
primary-key: build-fpc-${{ runner.os }}-${{ hashFiles('flake.nix') }}
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
df -h
- uses: nix-community/cache-nix-action/[email protected]
with:
primary-key: build-${{ runner.os }}-${{ hashFiles('flake.nix') }}
primary-key: build-fpc-${{ runner.os }}-${{ hashFiles('flake.nix') }}
fail-on: primary-key.miss
# To make the environment in the flake's devShell available to future steps:
- uses: rrbutani/use-nix-shell-action@v1
Expand Down

0 comments on commit ae81355

Please sign in to comment.