Skip to content

Commit f9532f6

Browse files
committed
fix(CI): Install winget manually on arm64
1 parent 2074e31 commit f9532f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

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

46+
- name: Install Winget
47+
if: contains(matrix.arch, 'arm64')
48+
run: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
49+
4650
- name: Install Windows packages
4751
run: winget install Ninja-build.Ninja NASM
4852

0 commit comments

Comments
 (0)