fix: add aio to nightly build (#469)
* fix: add aio to nightly build * fix: fix nightly coverage * fix: fix nightly coverage
This commit is contained in:
parent
5627e950e8
commit
5cd9178bf4
|
|
@ -48,7 +48,8 @@ jobs:
|
|||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y lcov
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
lcov libaio-dev
|
||||
shell: bash
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue