Skip to content

Commit c156454

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 edf7908 commit c156454

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
matrix:
4040
tfm: [net10.0]
4141
env:
42-
# Install the .NET SDK into a runner-writable directory.
43-
DOTNET_INSTALL_DIR: ${{ runner.temp }}/dotnet
4442
DOTNET_NOLOGO: "true"
4543
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
4644
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"

0 commit comments

Comments
 (0)