Commit c6f7179
fix(ci): Use relative paths for cache to fix host/container mismatch
github.workspace resolves to different absolute paths on the host
(/home/runner/work/...) vs inside a container (/__w/...), causing
cache version hash mismatches. Use relative paths instead, which
actions/cache resolves from the working directory.
Bust cache key to v3 since the path format changed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7daf56f commit c6f7179
3 files changed
Lines changed: 18 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
42 | | - | |
43 | 39 | | |
44 | 40 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
50 | 46 | | |
51 | 47 | | |
52 | 48 | | |
| |||
906 | 902 | | |
907 | 903 | | |
908 | 904 | | |
909 | | - | |
| 905 | + | |
910 | 906 | | |
911 | 907 | | |
912 | 908 | | |
| |||
989 | 985 | | |
990 | 986 | | |
991 | 987 | | |
992 | | - | |
| 988 | + | |
993 | 989 | | |
994 | 990 | | |
995 | 991 | | |
| |||
1103 | 1099 | | |
1104 | 1100 | | |
1105 | 1101 | | |
1106 | | - | |
| 1102 | + | |
1107 | 1103 | | |
1108 | 1104 | | |
1109 | 1105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments