From b7adc21cb780994336e2bf15defd9dc2bad784a9 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 3 Nov 2021 14:54:44 -0700 Subject: [PATCH] chore: fix tests --- .github/actions/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/entrypoint.sh b/.github/actions/entrypoint.sh index 8b6b9e1b..40402bc8 100755 --- a/.github/actions/entrypoint.sh +++ b/.github/actions/entrypoint.sh @@ -5,6 +5,7 @@ apt-get install -y --no-install-recommends \ git \ zip \ curl \ + ca-certificates \ unzip \ wget