mirror of https://github.com/rwf2/Rocket.git
Fix Linux GitHub Actions CI.
This commit is contained in:
parent
3da3da85c3
commit
f442ad93cb
|
@ -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