We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016b80d commit 349c61fCopy full SHA for 349c61f
.github/workflows/releaseToWinGet.yml
@@ -41,6 +41,7 @@ jobs:
41
42
- run: |
43
# Download and install C++ Runtime framework package.
44
+ Import-Module Appx
45
iwr https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -OutFile vcLibsBundle.appx
46
Add-AppxPackage vcLibsBundle.appx
47
0 commit comments