Skip to content

Commit b69678d

Browse files
:|
1 parent 2533dc2 commit b69678d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/windows_navigation_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
#- name: Add nuget.org source for runtime packs
3333
# run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org -p
3434

35-
- name: Warm up runtime packs
35+
- name: Pull required runtime packs manually
3636
run: |
37-
dotnet new console -o WarmupApp
38-
dotnet build WarmupApp/WarmupApp.csproj --runtime win10-x64
37+
dotnet add package Microsoft.NETCore.App.Runtime.win10-x64 --version 9.0.6
38+
dotnet add package Microsoft.WindowsDesktop.App.Runtime.win10-x64 --version 9.0.6
39+
working-directory: TransactionProcessor.Mobile
3940

4041
- name: Install Appium and Drivers
4142
run: |

0 commit comments

Comments
 (0)