mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;ci: ci, oldest: cache ids aren't correctly including ghc version
This commit is contained in:
parent
e43168533f
commit
835b8fd0e8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
1
.github/workflows/oldest.yml
vendored
1
.github/workflows/oldest.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user