We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c305777 commit 5045aecCopy full SHA for 5045aec
.github/workflows/haskell.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v2
23
- uses: actions/setup-haskell@v1
24
with:
25
- ghc-version: ${{ matrics.ghc }}
+ ghc-version: ${{ matrix.ghc }}
26
cabal-version: ${{ matrix.cabal }}
27
28
- name: Cache
0 commit comments