Skip to content

Commit

Permalink
Cache nix
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaq committed Oct 16, 2023
1 parent 2b9c5b4 commit 54f4364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
uses: actions/configure-pages@v3
- name: Checkout repo
uses: actions/checkout@v4
- name: Cache nix store
id: cache-nix-store
uses: actions/cache@v3
with:
path: /nix/store
key: ${{ runner.os }}-${{ hashFiles('flake.lock') }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Build release
Expand Down

0 comments on commit 54f4364

Please sign in to comment.