Skip to content

Commit f0692a1

Browse files
committed
install ca-certificates manually
1 parent e443595 commit f0692a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ci-linux-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fi
103103
apt-get --option Dpkg::Use-Pty=0 --yes update
104104
# shellcheck disable=SC2086
105105
apt-get --option Dpkg::Use-Pty=0 --yes install --no-install-suggests --no-install-recommends \
106-
curl git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
106+
curl ca-certificates git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
107107
libssl-dev zlib1g-dev \
108108
zip xz-utils time jq secure-delete ${extra}
109109

0 commit comments

Comments
 (0)