mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-10 05:23:18 +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/packages
|
||||||
~/.cabal/store
|
~/.cabal/store
|
||||||
dist-newstyle
|
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
|
## Java - Gradle
|
||||||
|
|
Loading…
Reference in a new issue