mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 10:12:55 +01:00
commit
611465405c
1 changed files with 2 additions and 1 deletions
|
@ -168,7 +168,8 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
|
|||
~/.cabal/packages
|
||||
~/.cabal/store
|
||||
dist-newstyle
|
||||
key: ${{ runner.os }}-${{ matrix.ghc }}
|
||||
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
|
||||
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
|
||||
```
|
||||
|
||||
## Java - Gradle
|
||||
|
|
Loading…
Reference in a new issue