[ci] Update package index

This commit is contained in:
cc-engineering 2019-11-01 18:01:37 +03:00 committed by Sergey Yershov
parent 84a6da2745
commit b2c5fc5a0b

View file

@ -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