From e00e125a84eb5d70fc8678841919e5ccbdc8dc54 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Wed, 12 Aug 2020 21:54:35 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 014c779..39ec527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@master + - name: "Update APT" + shell: bash + run: "apt update" - name: "Install curl" shell: bash run: "apt-get install -y curl"