Skip to content

Commit

Permalink
chore(ci): workaround pycurl wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
moetayuko committed Apr 16, 2024
1 parent 4d23e63 commit ccb447e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/version-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- name: Install nvchecker
run: pip3 install nvchecker

# https://github.com/pycurl/pycurl/issues/834
- name: Workaround pycurl wheel
run: |
sudo mkdir -p /etc/pki/tls/certs
sudo ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ccb447e

Please sign in to comment.