We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c361ed commit f16b64dCopy full SHA for f16b64d
1 file changed
.github/workflows/ci.yml
@@ -192,6 +192,11 @@ jobs:
192
- name: Install Rust
193
uses: dtolnay/rust-toolchain@stable
194
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
+
200
- name: Cache cargo registry
201
uses: actions/cache@v4
202
with:
0 commit comments