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 4cd9cf3 commit 456fd8aCopy full SHA for 456fd8a
1 file changed
.github/workflows/windows.yml
@@ -40,10 +40,6 @@ jobs:
40
Invoke-WebRequest https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.26-v1.17/gettext0.26-iconv1.17-shared-64.zip -OutFile gettext.zip
41
Expand-Archive -Force 'gettext.zip'
42
move gettext\bin\* C:\Windows\System32
43
- winget upgrade winget --accept-package-agreements --accept-source-agreements --disable-interactivity
44
- winget install --id JRSoftware.InnoSetup -e --accept-package-agreements --accept-source-agreements --disable-interactivity
45
- echo "C:\Program Files (x86)\Inno Setup 6" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
46
- echo "$env:LOCALAPPDATA\Programs\Inno Setup 6" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
47
- name: "Vcpkg"
48
uses: johnwason/vcpkg-action@v7
49
id: vcpkg
0 commit comments