We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2074e31 commit f9532f6Copy full SHA for f9532f6
.github/workflows/ci.yml
@@ -43,6 +43,10 @@ jobs:
43
# so we delete everything that could mess up our builds
44
run: rmdir /S /Q C:\Strawberry
45
46
+ - name: Install Winget
47
+ if: contains(matrix.arch, 'arm64')
48
+ run: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
49
+
50
- name: Install Windows packages
51
run: winget install Ninja-build.Ninja NASM
52
0 commit comments