All paths for caching cabal included :)
Some checks failed
Test and Build / build (push) Has been cancelled
Test and Build / test (push) Has been cancelled

This commit is contained in:
James Eversole 2025-01-21 16:58:04 -06:00
parent 4b98afd803
commit 5f7e7ba2e7

View File

@ -25,7 +25,8 @@ jobs:
with: with:
path: | path: |
~/.cache/cabal ~/.cache/cabal
~/.ghc ~/.config/cabal
~/.local/state/cabal
key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }} key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }}
restore-keys: | restore-keys: |
cabal-${{ runner.os }}- cabal-${{ runner.os }}-
@ -64,7 +65,8 @@ jobs:
with: with:
path: | path: |
~/.cache/cabal ~/.cache/cabal
~/.ghc ~/.config/cabal
~/.local/state/cabal
key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }} key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }}
restore-keys: | restore-keys: |
cabal-${{ runner.os }}- cabal-${{ runner.os }}-