From e7a98674e420fdc337f64c1b799a6aa5344abe25 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Fri, 18 Oct 2024 00:48:06 +0100 Subject: [PATCH] Try to update the local CA certs to resolve SSL cert verification failure. --- .github/workflows/check-links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index abbc00a..830534a 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -18,6 +18,8 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: '2.6' + # Temp fix for: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) + - run: apt-get install -y ca-certificates - name: Install awesome_bot run: gem install awesome_bot - name: Load allow list to an env var to call in the next step