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.
2 parents d3a9dee + 8a379e9 commit c4a0090Copy full SHA for c4a0090
.github/workflows/verify.yml
@@ -19,10 +19,9 @@ jobs:
19
- name: Install dependencies
20
run: pip3 install -U git+https://github.com/${{ github.repository }}.git@master
21
22
-
23
# required only if you want to verify Haskell code
24
- name: Install dependencies (Haskell)
25
- uses: haskell/actions/setup@v2
+ uses: haskell-actions/setup@v2
26
with:
27
ghc-version: '8.8.4'
28
cabal-version: '3.0.0.0'
0 commit comments