From 50c4edd7d1caafe45d0e0e51afb56650984d376c Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:30:04 +0200 Subject: [PATCH] [CI] ensure ca-certificates are installed --- .gitea/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 27ace4a..f97c68f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -41,7 +41,8 @@ jobs: run: | apt-get update apt-get install --yes --no-install-recommends \ - nodejs + ca-certificates \ + nodejs \ - name: Prepare variables id: variables run: |