Skip to content

Commit 340efe5

Browse files
:|
1 parent 07cc4c9 commit 340efe5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/windows_navigation_tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ jobs:
2828
- name: Install MAUI workloads
2929
run: |
3030
dotnet workload install maui
31-
dotnet workload install microsoft-net-sdk-windows
32-
dotnet workload repair
31+
32+
- name: Add nuget.org source for runtime packs
33+
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org -p
34+
35+
- name: Warm up runtime packs
36+
run: |
37+
dotnet new console -o WarmupApp
38+
dotnet build WarmupApp/WarmupApp.csproj --runtime win10-x64
3339
3440
- name: Install Appium and Drivers
3541
run: |

0 commit comments

Comments
 (0)