Skip to content

Commit 46dbe73

Browse files
committed
Fix(CI): Install VCLibs for WinGet on ARM64
1 parent f228d86 commit 46dbe73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
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
5050
Add-AppxPackage $env:TEMP\Microsoft.UI.Xaml.2.8.arm64.appx
51+
Add-AppxPackage 'https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx'
5152
shell: pwsh
5253

5354
- name: Install Winget

0 commit comments

Comments
 (0)