Skip to content

Commit

Permalink
test ngtcp2 gpg fail 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Mar 18, 2024
1 parent af62161 commit d52627d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _ci-linux-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ fi
# shellcheck disable=SC2086
apk add --no-cache curl git gpg rsync build-base cmake \
autoconf automake libtool python3 \
zip tar xz jq openssl ${extra}
zip tar xz bzip2 jq openssl ${extra}

./_build.sh
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ apt-get --quiet 2 --option Dpkg::Use-Pty=0 update
apt-get --quiet 2 --option Dpkg::Use-Pty=0 install \
curl git gpg gpg-agent rsync python3-pefile make cmake \
autoconf automake autopoint libtool \
zip time jq secure-delete ${extra}
zip bzip2 time jq secure-delete ${extra}

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

0 comments on commit d52627d

Please sign in to comment.