1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

Add note about matrix.ghc

This commit is contained in:
Herbert Valerio Riedel 2019-11-07 23:57:19 +01:00 committed by GitHub
parent 67a53b8517
commit 816719d852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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