Skip to content

Commit dcfc667

Browse files
ci: Fix out-of-sync GHC version for stack jobs
1 parent 7671d63 commit dcfc667

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ jobs:
121121
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
122122
- uses: haskell-actions/setup@33585e1a16afa5875e124b0ebc89dd0c2f872c21 # v2.7.3
123123
with:
124-
ghc-version: 9.4.5
124+
# This must match the version in stack.yaml's resolver
125+
ghc-version: 9.6.5
125126
enable-stack: true
126127
stack-no-global: true
127128
stack-setup-ghc: true

0 commit comments

Comments
 (0)