Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Breitner authored and GitHub committed Dec 30, 2021
1 parent 4e8aa1c commit c64c526
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
~/.cabal/packages
~/.cabal/store
dist-newstyle
key: cabal-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
restore-keys: cabal-${{ runner.os }}-${{ matrix.ghc }}-```
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
```

## Java - Gradle

Expand Down

0 comments on commit c64c526

Please sign in to comment.