[ci] Update package index
This commit is contained in:
parent
84a6da2745
commit
b2c5fc5a0b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue