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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v8
|
- 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
|
- uses: cachix/cachix-action@v5
|
||||||
with:
|
with:
|
||||||
name: hitsofcode
|
name: hitsofcode
|
||||||
|
Loading…
Reference in New Issue
Block a user