From 1784fa3da1fc25b48e49b35b7f1322a710583236 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 25 Feb 2022 13:31:12 +0000 Subject: [PATCH] CI: Install ci-certificates We need this to be able to download MSYS packages now. Signed-off-by: Simon McVittie --- tools/ci-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 0c83bf4..6bc29a9 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -156,6 +156,7 @@ case "$ci_distro" in autoconf-archive automake autotools-dev + ca-certificates ccache cmake debhelper -- 2.7.4