Skip to content

Commit 7aa2ff6

Browse files
authored
Merge pull request #882 from xmonad/haskell-ci-update
ci: Regenerate haskell-ci
2 parents 78bad11 + 21a75bf commit 7aa2ff6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/haskell-ci.yml

+4-2
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:
@@ -86,6 +86,7 @@ jobs:
8686
mkdir -p "$HOME/.ghcup/bin"
8787
curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup"
8888
chmod a+x "$HOME/.ghcup/bin/ghcup"
89+
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
8990
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
9091
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
9192
apt-get update
@@ -97,6 +98,7 @@ jobs:
9798
mkdir -p "$HOME/.ghcup/bin"
9899
curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup"
99100
chmod a+x "$HOME/.ghcup/bin/ghcup"
101+
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
100102
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
101103
fi
102104
env:

0 commit comments

Comments
 (0)