File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20250115
11
+ # version: 0.19.20250104
12
12
#
13
- # REGENDATA ("0.19.20250115 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20250104 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
96
96
chmod a+x "$HOME/.ghcup/bin/ghcup"
97
97
- name : Install cabal-install
98
98
run : |
99
- "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
100
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
99
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
100
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
101
101
- name : Install GHC (GHCup)
102
102
if : matrix.setup-method == 'ghcup'
103
103
run : |
You can’t perform that action at this time.
0 commit comments