Skip to content

Commit

Permalink
Merge pull request #4824 from IntersectMBO/td/fix-gen-hie
Browse files Browse the repository at this point in the history
Pin ghc version in gen-hie CI job
  • Loading branch information
lehins authored Jan 9, 2025
2 parents 5aed6e5 + bc94cba commit 8f76fba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,13 @@ jobs:
~/.cabal/bin/gen-hie
key: ${{ runner.os }}-cache-gen-hie

- name: Install Haskell
id: install-haskell
uses: input-output-hk/actions/haskell@latest
with:
ghc-version: 9.10.1
cabal-version: 3.12.1.0

- name: Install gen-hie if not cached
if: steps.cache-gen-hie.outputs.cache-hit != 'true'
run: cabal update && cabal install implicit-hie --install-method=copy --overwrite-policy=always
Expand Down

0 comments on commit 8f76fba

Please sign in to comment.