Commit 4172553
Fix cross-runner cache by updating install/ config paths
When the cache moves between runner instances (e.g. actions-runner-6 to
actions-runner-1), the sed path replacement only updated staging/ CMake
files. Config files in install/ (.pc, .cmake) still had the old runner
path, causing silo/HDF5 to link against nonexistent paths and h5dump to
fail on all tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 08490be commit 4172553
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
| |||
0 commit comments