ci: avoid useless download of GHC during stack builds
Forgot to adjust when updating stackage.
This commit is contained in:
@@ -132,7 +132,7 @@ jobs:
|
|||||||
- uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2.11.0
|
- uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2.11.0
|
||||||
with:
|
with:
|
||||||
# This must match the version in stack.yaml's resolver
|
# This must match the version in stack.yaml's resolver
|
||||||
ghc-version: 9.8.4
|
ghc-version: 9.10.3
|
||||||
enable-stack: true
|
enable-stack: true
|
||||||
stack-no-global: true
|
stack-no-global: true
|
||||||
stack-setup-ghc: true
|
stack-setup-ghc: true
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# When updating, update GHC version in .github/workflows/build.yaml as well.
|
||||||
resolver: lts-24.37 # 2026-04-15, GHC 9.10.3
|
resolver: lts-24.37 # 2026-04-15, GHC 9.10.3
|
||||||
|
|
||||||
nix:
|
nix:
|
||||||
|
|||||||
Reference in New Issue
Block a user