Skip to content

Commit

Permalink
Add DOTNET_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille authored Dec 9, 2024
1 parent 5ba75bf commit bff2098
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ilspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bff2098

Please sign in to comment.