Skip to content

Commit 46a4875

Browse files
committed
ci: set DOTNET_INSTALL_DIR
1 parent a2f2cfb commit 46a4875

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/build_uno.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ on:
1919
- 'src/Uno/**'
2020
- 'tests/Uno/**'
2121

22+
env:
23+
DOTNET_INSTALL_DIR: ${{ github.workspace }}\.dotnet
24+
2225
jobs:
2326
build-prism-uno:
2427
uses: avantipoint/workflow-templates/.github/workflows/msbuild-build.yml@master
2528
with:
2629
name: Build Prism.Uno
2730
solution-path: PrismLibrary_Uno.slnf
2831
windows-sdk-version: 18362
29-
dotnet-version: 8.0.100
32+
dotnet-version: 8.0.x
3033
uno-check: true
3134
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac'
3235
run-tests: false

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
- .github/workflows/ci.yml
1717
workflow_dispatch:
1818

19+
env:
20+
DOTNET_INSTALL_DIR: ${{ github.workspace }}\.dotnet
21+
1922
jobs:
2023
build-prism-core:
2124
uses: avantipoint/workflow-templates/.github/workflows/dotnet-build.yml@master
@@ -66,7 +69,7 @@ jobs:
6669
name: Build Prism.Uno
6770
solution-path: PrismLibrary_Uno.slnf
6871
windows-sdk-version: 18362
69-
dotnet-version: 8.0.100
72+
dotnet-version: 8.0.x
7073
uno-check: true
7174
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac'
7275
run-tests: false

0 commit comments

Comments
 (0)