Skip to content

Commit f16b64d

Browse files
committed
ci: add native db libs install to coverage job (matching test/lint) to fix tarpaulin builds with mysql features
1 parent 9c361ed commit f16b64d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ jobs:
192192
- name: Install Rust
193193
uses: dtolnay/rust-toolchain@stable
194194

195+
- name: Install native database client libraries
196+
run: |
197+
sudo apt-get update
198+
sudo apt-get install -y pkg-config libmysqlclient-dev libpq-dev libsqlite3-dev
199+
195200
- name: Cache cargo registry
196201
uses: actions/cache@v4
197202
with:

0 commit comments

Comments
 (0)