Skip to content

Commit

Permalink
Update Haskell Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Dec 6, 2023
1 parent 2615380 commit 8a379e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
- name: Install dependencies
run: pip3 install -U git+https://github.com/${{ github.repository }}.git@master


# required only if you want to verify Haskell code
- name: Install dependencies (Haskell)
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
ghc-version: '8.8.4'
cabal-version: '3.0.0.0'
Expand Down

0 comments on commit 8a379e9

Please sign in to comment.