Skip to content

Commit 4c72681

Browse files
committed
ci: install zip for release packaging
The base package list only installed unzip; the packaging step uses zip -qry for the release tarball, which failed with exit code 127. The .deb was built successfully before the zip step aborted the job.
1 parent afb6b7c commit 4c72681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu-20.04-qt6-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
apt-get update 2>&1 | tee logs/01-apt-update.log
5454
apt-get install -y --no-install-recommends \
55-
bash ca-certificates git wget curl xz-utils file pkg-config unzip \
55+
bash ca-certificates git wget curl xz-utils file pkg-config unzip zip \
5656
ninja-build build-essential python3 python3-pip sudo gdb \
5757
2>&1 | tee logs/02-base-packages.log
5858

0 commit comments

Comments
 (0)