Cache nix store for CI actions
This commit is contained in:
parent
97fcb5a420
commit
c301978f0b
5
.github/workflows/nix-build.yml
vendored
5
.github/workflows/nix-build.yml
vendored
@ -8,6 +8,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v8
|
||||
- name: Cache nix store
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: /nix
|
||||
key: ${{ runner.os }}-nix-store
|
||||
- uses: cachix/cachix-action@v5
|
||||
with:
|
||||
name: hitsofcode
|
||||
|
Loading…
Reference in New Issue
Block a user