From 5cd9178bf49360783248fd4bcd0d0a3377b46add Mon Sep 17 00:00:00 2001 From: rayx Date: Tue, 23 Jun 2026 14:17:37 +0800 Subject: [PATCH] fix: add aio to nightly build (#469) * fix: add aio to nightly build * fix: fix nightly coverage * fix: fix nightly coverage --- .github/workflows/nightly_coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly_coverage.yml b/.github/workflows/nightly_coverage.yml index e7276cc..81429b1 100644 --- a/.github/workflows/nightly_coverage.yml +++ b/.github/workflows/nightly_coverage.yml @@ -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