Skip to content

Commit 885736b

Browse files
authored
Update haskell.yml
1 parent 1079d50 commit 885736b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
# ${{ runner.os }}-build-
4646
# ${{ runner.os }}-
4747

48-
- name: Set up GHC ${{ matrix.ghc-version }}
48+
- name: Set up GHC ${{ matrix.ghc }}
4949
uses: haskell-actions/setup@v2
5050
id: setup
5151
with:
52-
ghc-version: ${{ matrix.ghc-version }}
52+
ghc-version: ${{ matrix.ghc }}
5353
# Defaults, added for clarity:
5454
cabal-version: 'latest'
5555
cabal-update: true

0 commit comments

Comments
 (0)