From c9d897b2ab11a10ac516dee9726f6bcdabbe9d93 Mon Sep 17 00:00:00 2001 From: delarea Date: Thu, 26 Dec 2024 17:12:04 +0200 Subject: [PATCH] Test Fix nugetTests.yml --- .github/workflows/nugetTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index 1c0ec8200..b8484a149 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -11,8 +11,8 @@ on: types: [ labeled ] ## Sets dotnet installation dir to avoid permissions issues while installing. -#env: -# DOTNET_INSTALL_DIR: "./.dotnet" +env: + DOTNET_INSTALL_DIR: "./.dotnet" # Ensures that only the latest commit is running for each PR at a time. concurrency: