diff --git a/examples.md b/examples.md index 394dd1d..8921857 100644 --- a/examples.md +++ b/examples.md @@ -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