Skip to content

Commit

Permalink
install xz explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Apr 2, 2024
1 parent 9c8da4a commit 008d520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ apt-get --quiet 2 --option Dpkg::Use-Pty=0 update
# shellcheck disable=SC2086
apt-get --quiet 2 --option Dpkg::Use-Pty=0 install \
curl git gpg gpg-agent rsync python3-pefile make cmake \
zip time jq secure-delete ${extra}
zip xz time jq secure-delete ${extra}

if [ -n "${dl}" ]; then
# shellcheck disable=SC2086
Expand Down

0 comments on commit 008d520

Please sign in to comment.