9
All checks were successful
Test and Build / test (push) Successful in 4m17s
Test and Build / build (push) Successful in 1m40s

This commit is contained in:
James Eversole 2025-01-21 13:22:08 -06:00
parent 650801f59f
commit 4902455bb8

View File

@ -27,7 +27,7 @@ jobs:
path: |
~/.cabal
~/.ghc
key: cabal-${{ runner.os }}-${{ hashFiles('cabal.project') }}
key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }}
restore-keys: |
cabal-${{ runner.os }}-
@ -66,7 +66,7 @@ jobs:
path: |
~/.cabal
~/.ghc
key: cabal-${{ runner.os }}-${{ hashFiles('cabal.project') }}
key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }}
restore-keys: |
cabal-${{ runner.os }}-