Skip to content

Commit c4a0090

Browse files
authored
Merge pull request #425 from online-judge-tools/fix/new-haskell-actions
Update Haskell Actions
2 parents d3a9dee + 8a379e9 commit c4a0090

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)