From 0d4f40903023cb68bbcb60655a7a1920ecc492e3 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias <alam@srb2.org> Date: Tue, 13 Feb 2024 17:28:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml file It seems cmake on Debian/testing download files, so, let try to add ca-certificate package for HTTPS downloads --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d958b9271d..f9225b7109 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ default: - - | # apt_common echo -e "\e[0Ksection_start:`date +%s`:apt_common[collapsed=true]\r\e[0KInstalling common packages" - - apt-get install make git ccache nasm cmake + - apt-get install make git ccache nasm cmake ca-certificate - | # apt_common echo -e "\e[0Ksection_end:`date +%s`:apt_common\r\e[0K" @@ -581,6 +581,8 @@ Debian testing Clang: when: manual + allow_failure: true + image: debian:testing-slim artifacts: -- GitLab