Update Cabal caching path
This commit is contained in:
parent
42fce0ae43
commit
0768e11a02
@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cabal
|
||||
~/.cache/cabal
|
||||
~/.ghc
|
||||
key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }}
|
||||
restore-keys: |
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
run: |
|
||||
nix develop --command cabal update
|
||||
|
||||
- name: Install dependencies and run tests
|
||||
- name: Run test suite
|
||||
run: |
|
||||
nix develop --command cabal test
|
||||
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cabal
|
||||
~/.cache/cabal
|
||||
~/.ghc
|
||||
key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }}
|
||||
restore-keys: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user