File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,13 @@ jobs:
43
43
# so we delete everything that could mess up our builds
44
44
run : rmdir /S /Q C:\Strawberry
45
45
46
- - name : Install Winget Dependencies (ARM64)
46
+ - name : Install Winget (ARM64)
47
47
if : contains(matrix.arch, 'arm64')
48
48
run : |
49
- Invoke-WebRequest -Uri https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.6/Microsoft.UI.Xaml.2.8.arm64.appx -OutFile $env:TEMP\Microsoft.UI.Xaml.2.8.arm64.appx
50
- Add-AppxPackage $env:TEMP\Microsoft.UI.Xaml.2.8.arm64.appx
51
- Add-AppxPackage 'https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx'
49
+ 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
50
+ Add-AppxPackage $env:TEMP\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
52
51
shell : pwsh
53
52
54
- - name : Install Winget
55
- if : contains(matrix.arch, 'arm64')
56
- run : Add-AppPackage https://aka.ms/GetWinGet
57
- shell : pwsh
58
-
59
53
- name : Install Ninja
60
54
run : winget install --accept-source-agreements --accept-package-agreements Ninja-build.Ninja
61
55
You can’t perform that action at this time.
0 commit comments