Skip to content

Commit

Permalink
CI: Attempt to work around missing CA bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass authored Jul 28, 2024
1 parent 272b1dc commit 7e13188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nvchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: |
sudo pip3 install jq
sudo pip3 install nvchecker
sudo mkdir -p /etc/pki/tls/certs
sudo ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
- name: Run nvchecker
run: |
nvchecker -c nvchecker.toml | tee nvchecker.out
Expand Down

0 comments on commit 7e13188

Please sign in to comment.