;ci: ci, oldest: cache ids aren't correctly including ghc version

This commit is contained in:
Simon Michael 2024-10-20 09:32:21 -10:00
parent e43168533f
commit 835b8fd0e8
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ jobs:
#
# caching id for this ghc's build artifacts:
# XXX ideally should match the default ghc in stack.yaml, though it's not critical
# XXX supposed to be interpolated by $ghc below, but this is not working
ghc: 910
# stack config for this ghc:
stack: stack --system-ghc

View File

@ -18,6 +18,7 @@ jobs:
# Keep these synced with the latest ghc version at https://github.com/actions/runner-images/blob/ubuntu22/20240514.2/images/ubuntu/Ubuntu2404-Readme.md#haskell-tools
#
# caching id for this ghc's build artifacts:
# XXX supposed to be interpolated by $ghc below, but this is not working
ghc: 8107
# stack config for this ghc:
stack: stack --stack-yaml=stack8.10.yaml