Skip to content

Commit

Permalink
ci: Fix out-of-sync GHC version for stack jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed May 21, 2024
1 parent 7671d63 commit dcfc667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: haskell-actions/setup@33585e1a16afa5875e124b0ebc89dd0c2f872c21 # v2.7.3
with:
ghc-version: 9.4.5
# This must match the version in stack.yaml's resolver
ghc-version: 9.6.5
enable-stack: true
stack-no-global: true
stack-setup-ghc: true
Expand Down

0 comments on commit dcfc667

Please sign in to comment.