Commit edf7908
ci: install .NET into runner-writable dir (fix /home/app leftover on GitHub-hosted runner)
The 2026-06-16 migration to GitHub-hosted ubuntu-24.04-arm left the
self-hosted DOTNET_INSTALL_DIR=/home/app/.dotnet, which is not writable
on hosted runners, so setup-dotnet failed at 'mkdir /home/app'. Point it
at ${{ runner.temp }}/dotnet instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d5cd3cf commit edf7908
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
0 commit comments