Skip to content

Commit 5045aec

Browse files
committed
Fix github workflow.
1 parent c305777 commit 5045aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-haskell@v1
2424
with:
25-
ghc-version: ${{ matrics.ghc }}
25+
ghc-version: ${{ matrix.ghc }}
2626
cabal-version: ${{ matrix.cabal }}
2727

2828
- name: Cache

0 commit comments

Comments
 (0)