Skip to content

Commit 456fd8a

Browse files
committed
fix: Windows build
1 parent 4cd9cf3 commit 456fd8a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
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
4141
Expand-Archive -Force 'gettext.zip'
4242
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
4743
- name: "Vcpkg"
4844
uses: johnwason/vcpkg-action@v7
4945
id: vcpkg

0 commit comments

Comments
 (0)