Browse Source

Add DOTNET_ROOT

pull/3338/head
Christoph Wille 7 months ago committed by GitHub
parent
commit
bff20985fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/build-ilspy.yml

5
.github/workflows/build-ilspy.yml

@ -30,7 +30,10 @@ jobs: @@ -30,7 +30,10 @@ jobs:
with:
dotnet-version: '8.0.x'
dotnet-quality: 'ga'
env:
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet
DOTNET_ROOT: ${{ runner.temp }}/.dotnet
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

Loading…
Cancel
Save