Skip to content

Commit 3fdd3dc

Browse files
committed
Try newer cabal-install
1 parent 819a3cd commit 3fdd3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
chmod a+x "$HOME/.ghcup/bin/ghcup"
8383
- name: Install cabal-install
8484
run: |
85-
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
86-
echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
85+
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
86+
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
8787
- name: Install GHC (GHCup)
8888
if: matrix.setup-method == 'ghcup'
8989
run: |

0 commit comments

Comments
 (0)