Skip to content

Commit a965d89

Browse files
authored
refactor(ci): use temp dir
1 parent b55dc15 commit a965d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
DOTNET_CLI_TELEMETRY_OPTOUT: true
1111
DOTNET_NOLOGO: true
1212
NUGET_XMLDOC_MODE: skip
13-
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
13+
NUGET_PACKAGES: ${{ runner.temp }}/.nuget/packages
1414

1515
jobs:
1616
lint:

0 commit comments

Comments
 (0)