Skip to content

Commit 06b4c1e

Browse files
ci: install Windows App SDK Runtime 1.8.250907003 in tests to match App
Co-authored-by: ibetitsmike <[email protected]>
1 parent fbc99ba commit 06b4c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
$ErrorActionPreference = "Stop"
4343
4444
$filename = ".\WindowsAppRuntimeInstall-x64.exe"
45-
$url = "https://download.microsoft.com/download/7a3a6a44-b07e-4ca5-8b63-2de185769dbc/WindowsAppRuntimeInstall-x64.exe" # 1.6.5 (1.6.250205002)
45+
$url = "https://aka.ms/windowsappsdk/1.8/1.8.250907003/windowsappruntimeinstall-x64.exe" # 1.8.0 (1.8.250907003)
4646
& curl.exe --progress-bar --show-error --fail --location --output $filename $url
4747
if ($LASTEXITCODE -ne 0) { throw "Failed to download Windows App SDK" }
4848

0 commit comments

Comments
 (0)