Skip to content

Commit f9a3cff

Browse files
nficanoclaude
andcommitted
ci: drop DOTNET_INSTALL_DIR (runner context invalid in job env)
runner.temp is not available when evaluating job-level env, causing a workflow startup failure. setup-dotnet installs to the default writable location on GitHub-hosted runners, so the override is unnecessary. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4a971ad commit f9a3cff

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
tfm: [net10.0]
45-
env:
46-
# Install the .NET SDK into a runner-writable directory.
47-
DOTNET_INSTALL_DIR: ${{ runner.temp }}/dotnet
4845

4946
steps:
5047
- name: Checkout

0 commit comments

Comments
 (0)