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 349c61f commit 5701dd9Copy full SHA for 5701dd9
.github/workflows/releaseToWinGet.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- run: |
43
# Download and install C++ Runtime framework package.
44
- Import-Module Appx
+ Import-Module Appx -UseWindowsPowerShell
45
iwr https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -OutFile vcLibsBundle.appx
46
Add-AppxPackage vcLibsBundle.appx
47
0 commit comments