Skip to content

Commit

Permalink
install ca-certificates manually
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 22, 2024
1 parent e443595 commit f0692a1
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 @@ -103,7 +103,7 @@ fi
apt-get --option Dpkg::Use-Pty=0 --yes update
# shellcheck disable=SC2086
apt-get --option Dpkg::Use-Pty=0 --yes install --no-install-suggests --no-install-recommends \
curl git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
curl ca-certificates git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
libssl-dev zlib1g-dev \
zip xz-utils time jq secure-delete ${extra}

Expand Down

0 comments on commit f0692a1

Please sign in to comment.