We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929825f commit fbf51feCopy full SHA for fbf51fe
1 file changed
.github/workflows/package.yml
@@ -223,6 +223,10 @@ jobs:
223
choco install wixtoolset --version 3.14.0 --allow-downgrade --no-progress --force
224
echo "C:\Program Files (x86)\WiX Toolset v3.14\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
225
226
+ # Anything earlier than 7-Zip 25.00 (2025-07-05) is worth upgrading—several Zip64 parsing bugs were fixed along the way.
227
+ choco install 7zip.install
228
+ 7z # Verify the installed version.
229
+
230
- name: Sign PowerShell module contents
231
if: matrix.os == 'windows' && matrix.project == 'devolutions-gateway'
232
shell: pwsh
0 commit comments