Skip to content

Commit bc6c51e

Browse files
authored
Merge pull request #97 from xmonad/haskell-ci-update
ci: Regenerate haskell-ci
2 parents 1c66a59 + fd754de commit bc6c51e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.18.1
11+
# version: 0.19.20240316
1212
#
13-
# REGENDATA ("0.18.1",["github","cabal.project"])
13+
# REGENDATA ("0.19.20240316",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -106,6 +106,7 @@ jobs:
106106
mkdir -p "$HOME/.ghcup/bin"
107107
curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup"
108108
chmod a+x "$HOME/.ghcup/bin/ghcup"
109+
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
109110
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
110111
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
111112
apt-get update
@@ -117,6 +118,7 @@ jobs:
117118
mkdir -p "$HOME/.ghcup/bin"
118119
curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup"
119120
chmod a+x "$HOME/.ghcup/bin/ghcup"
121+
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
120122
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
121123
fi
122124
env:

0 commit comments

Comments
 (0)