Skip to content

Commit

Permalink
chore: ci: pin ghc to 9.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
istankovic committed Jan 8, 2025
1 parent 8f087e2 commit a9f4815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.2'
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ''
Expand Down

0 comments on commit a9f4815

Please sign in to comment.