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:
rayx 2026-06-23 14:17:37 +08:00 committed by GitHub
parent 5627e950e8
commit 5cd9178bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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