File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 : |
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
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
You can’t perform that action at this time.
0 commit comments