We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1079d50 commit 885736bCopy full SHA for 885736b
.github/workflows/haskell.yml
@@ -45,11 +45,11 @@ jobs:
45
# ${{ runner.os }}-build-
46
# ${{ runner.os }}-
47
48
- - name: Set up GHC ${{ matrix.ghc-version }}
+ - name: Set up GHC ${{ matrix.ghc }}
49
uses: haskell-actions/setup@v2
50
id: setup
51
with:
52
- ghc-version: ${{ matrix.ghc-version }}
+ ghc-version: ${{ matrix.ghc }}
53
# Defaults, added for clarity:
54
cabal-version: 'latest'
55
cabal-update: true
0 commit comments