From 7b20004221c12ce23dece157fdfea17f4d269954 Mon Sep 17 00:00:00 2001 From: rami3l Date: Tue, 7 May 2024 09:21:15 +0800 Subject: [PATCH] fix(ci/freebsd): install ca certs to prevent `invalid peer certificate: UnknownIssuer` --- .github/workflows/ci.yaml | 4 ++-- ci/actions-templates/freebsd-builds-template.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6cba1ff142..68fbae92a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1158,7 +1158,7 @@ jobs: usesh: true copyback: false prepare: | - pkg install -y git gmake bash sudo + pkg install -y git gmake bash sudo ca_root_nss run: | echo "=========" echo "create non-root user and log into it" @@ -1188,7 +1188,7 @@ jobs: usesh: true copyback: false prepare: | - pkg install -y git gmake bash sudo + pkg install -y git gmake bash sudo ca_root_nss run: | echo "=========" echo "create non-root user and log into it" diff --git a/ci/actions-templates/freebsd-builds-template.yaml b/ci/actions-templates/freebsd-builds-template.yaml index 2c85b57921..4d6f816cb9 100644 --- a/ci/actions-templates/freebsd-builds-template.yaml +++ b/ci/actions-templates/freebsd-builds-template.yaml @@ -22,7 +22,7 @@ jobs: # skip-master skip-stable usesh: true copyback: false prepare: | - pkg install -y git gmake bash sudo + pkg install -y git gmake bash sudo ca_root_nss run: | echo "=========" echo "create non-root user and log into it"