From dc04657c9ebdb199130a27f83d837649314cf87c Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 18 Mar 2024 23:16:25 +0100 Subject: [PATCH] :octocat: --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a2c1911..4ddba4e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,9 @@ jobs: ini-values: ${{ env.PHP_INI_VALUES }} coverage: pcov + - name: "Fetch cacert.pem from curl.se" + run: curl -o ./tests/cacert.pem https://curl.se/ca/cacert.pem + - name: "Install dependencies with composer" uses: ramsey/composer-install@v3