Commit 3d8dc1b
ci: install yarn on self-hosted runners and drop hosted cleanup step
Self-hosted runners don't ship yarn preinstalled the way GitHub-hosted
runners do, so 'yarn' was failing with command not found. Enable it via
corepack in the setup-node action. Also drop the cross-compile cleanup
step that removed /opt/hostedtoolcache, which is a GitHub-hosted-runner
path and fails with permission denied on self-hosted.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 889a982 commit 3d8dc1b
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 118 | | |
122 | 119 | | |
123 | 120 | | |
| |||
0 commit comments