Update ci.yml

This commit is contained in:
Nicolas Chan 2021-03-03 18:01:52 -08:00 committed by GitHub
parent 4ac65b19c6
commit 2d7687390b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
submodules: 'recursive'
- name: Install kcov
run: sudo apt-get install -y kcov