Update ci.yml
This commit is contained in:
parent
2d7687390b
commit
aff9a5b365
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
submodules: 'recursive'
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Install kcov
|
- name: Install kcov
|
||||||
run: sudo apt-get install -y kcov
|
run: sudo apt-get install -y kcov
|
||||||
|
|
Loading…
Add table
Reference in a new issue