From c64c5261d3b5f10d340de97191b74844f02fbe53 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Thu, 30 Dec 2021 11:54:15 +0100 Subject: [PATCH] Fix syntax --- examples.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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