Skip to content

Commit

Permalink
Updated ci caching
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Feb 1, 2025
1 parent 7d7585e commit e6586d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- uses: actions/cache@v4
- name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5
with:
path: /nix/store
key: cache-${{ hashFiles('**/*.lock') }}
# restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/flake.lock') }}

- run: nix build

Expand Down

0 comments on commit e6586d0

Please sign in to comment.