Skip to content

Commit

Permalink
ci: set DOTNET_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 13, 2024
1 parent 46a4875 commit d790860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_uno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:

env:
DOTNET_INSTALL_DIR: ${{ github.workspace }}\.dotnet
DOTNET_ROOT: ${{ github.workspace }}\.dotnet

jobs:
build-prism-uno:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:

env:
DOTNET_INSTALL_DIR: ${{ github.workspace }}\.dotnet
DOTNET_ROOT: ${{ github.workspace }}\.dotnet

jobs:
build-prism-core:
Expand Down

0 comments on commit d790860

Please sign in to comment.