diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index d71fdf0ab..5415f6bdb 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -15,6 +15,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }} cancel-in-progress: true +env: + DOTNET_INSTALL_DIR: "/usr/share/dotnet" + jobs: NuGet-Tests: if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push'