8
This commit is contained in:
parent
04ac1380f4
commit
650801f59f
@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up cache for Cabal
|
- name: Set up cache for Cabal
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cabal
|
~/.cabal
|
||||||
@ -32,12 +32,12 @@ jobs:
|
|||||||
cabal-${{ runner.os }}-
|
cabal-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Set up cache for Nix
|
- name: Set up cache for Nix
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/nix/store
|
/nix/store
|
||||||
/nix/var/nix/cache
|
/nix/var/nix/cache
|
||||||
key: nix-${{ runner.os }}-${{ hashFiles('flake.nix') }}
|
key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
nix-${{ runner.os }}-
|
nix-${{ runner.os }}-
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up cache for Cabal
|
- name: Set up cache for Cabal
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cabal
|
~/.cabal
|
||||||
@ -71,12 +71,12 @@ jobs:
|
|||||||
cabal-${{ runner.os }}-
|
cabal-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Set up cache for Nix
|
- name: Set up cache for Nix
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/nix/store
|
/nix/store
|
||||||
/nix/var/nix/cache
|
/nix/var/nix/cache
|
||||||
key: nix-${{ runner.os }}-${{ hashFiles('flake.nix') }}
|
key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
nix-${{ runner.os }}-
|
nix-${{ runner.os }}-
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user