From b733129b39d21221314708e92af6f0a367b07508 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 14 Dec 2024 10:33:27 +0100 Subject: [PATCH] Try to fix CI build --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2af2bc1..464353c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -215,6 +215,7 @@ jobs: name: Generate code coverage runs-on: ubuntu-latest steps: + - run: sudo apt-get install libsqlite3-dev - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: