Add note about `matrix.ghc`

pull/38/head
Herbert Valerio Riedel 6 years ago committed by GitHub
parent 67a53b8517
commit 816719d852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -118,3 +118,5 @@ uses: actions/cache@preview
path: ~/.cabal/store path: ~/.cabal/store
key: ${{ runner.os }}-haskell-${{ matrix.ghc }} key: ${{ runner.os }}-haskell-${{ matrix.ghc }}
``` ```
Note: `matrix.ghc` denotes the Haskell compiler version (see also https://github.com/actions/setup-haskell)

Loading…
Cancel
Save