Split out getblocktemplate-rpcs GitHub Actions cache (#5578)
This commit is contained in:
parent
f3d27f4fdb
commit
14fb175cec
|
|
@ -98,6 +98,10 @@ jobs:
|
||||||
# or remove this workaround once the build is more efficient (#3005).
|
# or remove this workaround once the build is more efficient (#3005).
|
||||||
#with:
|
#with:
|
||||||
# workspaces: ". -> C:\\zebra-target"
|
# workspaces: ". -> C:\\zebra-target"
|
||||||
|
with:
|
||||||
|
# Split the getblocktemplate-rpcs cache from the regular cache, to avoid linker errors.
|
||||||
|
# (These might be "disk full" errors, or they might be dependency resolution issues.)
|
||||||
|
key: ${{ matrix.features }}
|
||||||
|
|
||||||
- name: Change target output directory on Windows
|
- name: Change target output directory on Windows
|
||||||
# Windows doesn't have enough space on the D: drive, so we redirect the build output to the
|
# Windows doesn't have enough space on the D: drive, so we redirect the build output to the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue