cabal dir
This commit is contained in:
parent
01c8af250a
commit
fc1b6e70e3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -12,6 +12,11 @@ jobs:
|
|||
# agda-version: [2.6.2, 2.7.0]
|
||||
|
||||
steps:
|
||||
- name: Cache Primes
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cabal
|
||||
key: cabal-dir
|
||||
- uses: haskell-actions/setup@v2
|
||||
with:
|
||||
ghc-version: 9.8.2
|
||||
|
|
Loading…
Reference in a new issue