We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819a3cd commit 3fdd3dcCopy full SHA for 3fdd3dc
.github/workflows/haskell-ci.yml
@@ -82,8 +82,8 @@ jobs:
82
chmod a+x "$HOME/.ghcup/bin/ghcup"
83
- name: Install cabal-install
84
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"
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
87
- name: Install GHC (GHCup)
88
if: matrix.setup-method == 'ghcup'
89
0 commit comments