Skip to content

Commit 1dc8007

Browse files
committed
CI: update winget for arm64
1 parent d05aeef commit 1dc8007

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
# so we delete everything that could mess up our builds
4444
run: rmdir /S /Q C:\Strawberry
4545

46-
4746
- name: Install Winget Dependencies from Zip (arm64)
4847
if: contains(matrix.arch, 'arm64')
4948
run: |
@@ -55,7 +54,7 @@ jobs:
5554
5655
Write-Host "Downloading DesktopAppInstaller_Dependencies.zip to $zipFilePath..."
5756
try {
58-
Invoke-WebRequest -Uri https://github.com/microsoft/winget-cli/releases/download/v1.10.390/DesktopAppInstaller_Dependencies.zip -OutFile $zipFilePath -TimeoutSec 300
57+
Invoke-WebRequest -Uri https://github.com/microsoft/winget-cli/releases/download/v1.12.460/DesktopAppInstaller_Dependencies.zip -OutFile $zipFilePath -TimeoutSec 300
5958
} catch {
6059
Write-Error "Failed to download DesktopAppInstaller_Dependencies.zip: $($_.Exception.Message)"
6160
exit 1
@@ -91,7 +90,7 @@ jobs:
9190
- name: Install Winget (arm64)
9291
if: contains(matrix.arch, 'arm64')
9392
run: |
94-
Invoke-WebRequest -Uri https://github.com/microsoft/winget-cli/releases/download/v1.10.390/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -OutFile $env:TEMP\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
93+
Invoke-WebRequest -Uri https://github.com/microsoft/winget-cli/releases/download/v1.12.460/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -OutFile $env:TEMP\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
9594
Add-AppxPackage $env:TEMP\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
9695
shell: pwsh
9796

0 commit comments

Comments
 (0)