From 7ef18986aaaef13127a04d3ef1c3e9a5b1ce498d Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sun, 12 Nov 2023 22:18:16 -0500 Subject: [PATCH] GHA: Add ca-certificates --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d061e695e..4ecaac262 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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