Skip to content

Commit fbf51fe

Browse files
committed
.
1 parent 929825f commit fbf51fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ jobs:
223223
choco install wixtoolset --version 3.14.0 --allow-downgrade --no-progress --force
224224
echo "C:\Program Files (x86)\WiX Toolset v3.14\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
225225
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+
226230
- name: Sign PowerShell module contents
227231
if: matrix.os == 'windows' && matrix.project == 'devolutions-gateway'
228232
shell: pwsh

0 commit comments

Comments
 (0)