Skip to content

Commit 0a2c1e9

Browse files
committed
github CI: disabled the wrong one
1 parent 1adbbff commit 0a2c1e9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31+
# - compiler: ghc-9.14.0.20250819
32+
# compilerKind: ghc
33+
# compilerVersion: 9.14.0.20250819
34+
# setup-method: ghcup
35+
# allow-failure: false
3136
- compiler: ghc-9.14.0.20250819
3237
compilerKind: ghc
3338
compilerVersion: 9.14.0.20250819
34-
setup-method: ghcup
39+
setup-method: ghcup-prerelease
3540
allow-failure: false
3641
fail-fast: false
3742
steps:

0 commit comments

Comments
 (0)