Skip to content

Commit e742ee5

Browse files
committed
[Actions] Updated .github/actions/build-check/action.yml
1 parent 23d9631 commit e742ee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/build-check/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ runs:
2727
DOTNET_TC_CallCountingDelayMs: "0"
2828
DOTNET_TieredPGO: "1"
2929
MSBUILDTERMINALLOGGER: "auto"
30+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
3031

3132
- name: "Dotnet: Run build check (Release)"
3233
if: env.Release == 'true'
@@ -45,3 +46,4 @@ runs:
4546
DOTNET_TC_CallCountingDelayMs: "0"
4647
DOTNET_TieredPGO: "1"
4748
MSBUILDTERMINALLOGGER: "auto"
49+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages

0 commit comments

Comments
 (0)