Skip to content

Commit 8a379e9

Browse files
committed
Update Haskell Actions
1 parent 2615380 commit 8a379e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: pip3 install -U git+https://github.com/${{ github.repository }}.git@master
2121

22-
2322
# required only if you want to verify Haskell code
2423
- name: Install dependencies (Haskell)
25-
uses: haskell/actions/setup@v2
24+
uses: haskell-actions/setup@v2
2625
with:
2726
ghc-version: '8.8.4'
2827
cabal-version: '3.0.0.0'

0 commit comments

Comments
 (0)