From 273f36b5a4bf6a56fbffd84efd3f4bf14b406605 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Sun, 28 Jul 2024 10:57:43 +0200 Subject: [PATCH] Try with a local file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba4e364..7084b3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: 8.0.x - name: Get Certificates - run: cert-sync /etc/ssl/certs/ca-bundle.crt + run: cert-sync --user cacert.pem - name: Build run: ./build.sh