Skip to content

Commit 349c61f

Browse files
authored
add Import-Module Appx
1 parent 016b80d commit 349c61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/releaseToWinGet.yml

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

0 commit comments

Comments
 (0)