Skip to content

Commit

Permalink
Try to update the local CA certs to resolve SSL cert verification fai…
Browse files Browse the repository at this point in the history
…lure.
  • Loading branch information
carlosperate committed Oct 17, 2024
1 parent 8460351 commit e7a9867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7a9867

Please sign in to comment.