We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595e7fd commit 09a6241Copy full SHA for 09a6241
.github/workflows/standalone-exe.yml
@@ -23,7 +23,8 @@ jobs:
23
uses: Cyberboss/install-winget@v1
24
- name: InnoSetup
25
run: |
26
- Add-AppPackage -path "https://cdn.winget.microsoft.com/cache/source.msix."
+ winget source update --verbose-logs
27
+ winget source upgrade --all --verbose-logs
28
winget install innosetup --accept-package-agreements --accept-source-agreements
29
- name: Install Pyinstaller
30
run: pip install pyinstaller
0 commit comments