update cache keys
This commit is contained in:
parent
f8086ec36e
commit
8e2c4d977b
1
.github/workflows/haskell.yml
vendored
1
.github/workflows/haskell.yml
vendored
@ -68,6 +68,7 @@ jobs:
|
|||||||
dist-newstyle
|
dist-newstyle
|
||||||
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
|
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
|
${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
|
||||||
${{ runner.os }}-${{ matrix.ghc }}-
|
${{ runner.os }}-${{ matrix.ghc }}-
|
||||||
- run: cabal v2-build --disable-optimization -j $CONFIG
|
- run: cabal v2-build --disable-optimization -j $CONFIG
|
||||||
- run: cabal v2-test --disable-optimization -j $CONFIG
|
- run: cabal v2-test --disable-optimization -j $CONFIG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user