Skip to content

Commit 09a6241

Browse files
committed
Debug exe action
1 parent 595e7fd commit 09a6241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/standalone-exe.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
uses: Cyberboss/install-winget@v1
2424
- name: InnoSetup
2525
run: |
26-
Add-AppPackage -path "https://cdn.winget.microsoft.com/cache/source.msix."
26+
winget source update --verbose-logs
27+
winget source upgrade --all --verbose-logs
2728
winget install innosetup --accept-package-agreements --accept-source-agreements
2829
- name: Install Pyinstaller
2930
run: pip install pyinstaller

0 commit comments

Comments
 (0)