Skip to content

Commit

Permalink
GHA: Add ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 13, 2023
1 parent bdd1a36 commit 7ef1898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Install pre-reqs
run: |
apt-get update && apt-get install -y --no-install-recommends git
apt-get update && apt-get install -y --no-install-recommends git ca-certificates
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7ef1898

Please sign in to comment.