Skip to content

Commit e922e61

Browse files
committed
chore: ci: pin ghc to 9.2
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 e922e61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
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.2'
7678
- uses: actions-rust-lang/setup-rust-toolchain@v1
7779
with:
7880
rustflags: ''

0 commit comments

Comments
 (0)