Skip to content

Commit 5dff6ce

Browse files
committed
chore: ci: pin ghc to 9.11
Should fix this Cabal warning: Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports 'ghc' version < 9.12): /home/runner/.ghcup/bin/ghc is version 9.12.1 and hopefully the build error.
1 parent 8f087e2 commit 5dff6ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@v4
7575
- uses: haskell-actions/setup@v2
76+
with:
77+
ghc-version: '9.11'
7678
- uses: actions-rust-lang/setup-rust-toolchain@v1
7779
with:
7880
rustflags: ''

0 commit comments

Comments
 (0)