mirror of
https://github.com/vale981/hopsflow
synced 2025-03-05 16:51:39 -05:00
fix cache
This commit is contained in:
parent
d7bc9dd783
commit
5382fd43df
1 changed files with 2 additions and 1 deletions
3
.github/workflows/default.yml
vendored
3
.github/workflows/default.yml
vendored
|
@ -14,8 +14,9 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.nix
|
path: /nix/
|
||||||
key: always
|
key: always
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v15
|
- uses: cachix/install-nix-action@v15
|
||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue