Skip to content

Commit

Permalink
github: switch to maintained haskell-actions/setup
Browse files Browse the repository at this point in the history
The haskell/actions/setup action has been discontinued and replaced by
haskell-actions/setup.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Jul 11, 2024
1 parent 4a78f06 commit 3d12349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install libxml2-utils
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-setup-ghc: true
Expand Down

0 comments on commit 3d12349

Please sign in to comment.