mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-20 07:32:01 +00:00
Fix Linux GitHub Actions CI.
This commit is contained in:
parent
3da3da85c3
commit
f442ad93cb
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -58,7 +58,8 @@ jobs:
|
||||
- name: Install Native Dependencies (Linux)
|
||||
if: matrix.platform.name == 'Linux'
|
||||
run: |
|
||||
sudo apt-get install -y libmariadb-client-lgpl-dev-compat libpq-dev libsqlite3-dev
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libmysqlclient-dev libpq-dev libsqlite3-dev
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
Loading…
Reference in New Issue
Block a user