From c3bda40a4a84d1ddb905faadae0a8c835286b7f1 Mon Sep 17 00:00:00 2001 From: Andreas Pardeike Date: Wed, 5 Feb 2025 23:14:10 +0100 Subject: [PATCH] and another --- .github/workflows/test-unix-mono.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-unix-mono.yml b/.github/workflows/test-unix-mono.yml index 8e8dfd60..e3a83d07 100644 --- a/.github/workflows/test-unix-mono.yml +++ b/.github/workflows/test-unix-mono.yml @@ -50,8 +50,6 @@ env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Disable sending .NET CLI telemetry to Microsoft. DOTNET_CLI_TELEMETRY_OPTOUT: true - # Use a writeable installation directory - DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet jobs: unix-mono: @@ -80,6 +78,8 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: '9.0.102' + env: + DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet - name: Get Installed .NET SDK Information run: dotnet --info