Skip to content

Commit 2dec50c

Browse files
committed
Update setup haskell action
1 parent b2427a3 commit 2dec50c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,9 @@ jobs:
111111

112112
# NOTE: I commented out this in favor of manual setup above, since with this action we
113113
# couldn't get the latest version of Stack.
114-
- name: Set up Haskell (Stack)
115-
uses: haskell/actions/setup@v1
114+
- uses: haskell-actions/setup@v2
116115
with:
117116
ghc-version: latest
118-
cabal-version: "3.12.1.0"
119117
enable-stack: true
120118
stack-version: latest
121119

0 commit comments

Comments
 (0)