mirror of
https://github.com/actions/cache.git
synced 2024-11-09 16:01:47 +01:00
Fix syntax
This commit is contained in:
parent
4e8aa1cc93
commit
c64c5261d3
1 changed files with 3 additions and 2 deletions
|
@ -168,8 +168,9 @@ 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: cabal-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
|
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
|
||||||
restore-keys: cabal-${{ runner.os }}-${{ matrix.ghc }}-```
|
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
|
||||||
|
```
|
||||||
|
|
||||||
## Java - Gradle
|
## Java - Gradle
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue