From f3afb6631efa2a020ea1c96d243a2b49fc433765 Mon Sep 17 00:00:00 2001 From: Stelios Sfakianakis Date: Wed, 26 Aug 2020 00:30:27 +0300 Subject: [PATCH] update c-ci.yml: include apt-get update --- .github/workflows/c-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/c-ci.yml b/.github/workflows/c-ci.yml index b3ace30..ce90aa2 100644 --- a/.github/workflows/c-ci.yml +++ b/.github/workflows/c-ci.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v1 + - name: update packages + run: sudo apt-get update - name: install libcurl run: sudo apt-get install libcurl4 libcurl4-openssl-dev - name: make