From b2c5fc5a0b69494a39fcd5953be3ec8f39080309 Mon Sep 17 00:00:00 2001 From: cc-engineering <13055392+cc-engineering@users.noreply.github.com> Date: Fri, 1 Nov 2019 18:01:37 +0300 Subject: [PATCH] [ci] Update package index --- .github/workflows/ccpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 837cf58..9dd1cbd 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -6,6 +6,8 @@ jobs: name: Ubuntu GCC build and unit tests runs-on: ubuntu-18.04 steps: + - name: Update package index + run: sudo apt-get update - name: Install boost and lcov run: sudo apt install libboost-all-dev lcov - name: Clone repo