Skip to content

Commit 5701dd9

Browse files
authored
Update releaseToWinGet.yml
1 parent 349c61f commit 5701dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaseToWinGet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- run: |
4343
# Download and install C++ Runtime framework package.
44-
Import-Module Appx
44+
Import-Module Appx -UseWindowsPowerShell
4545
iwr https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -OutFile vcLibsBundle.appx
4646
Add-AppxPackage vcLibsBundle.appx
4747

0 commit comments

Comments
 (0)