mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Try installing mysql and postgres 11.
This commit is contained in:
parent
136f0f38f8
commit
b05a53e664
@ -32,7 +32,7 @@ variables:
|
||||
- apt update && apt install -y lsb-release build-essential
|
||||
- sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
- apt update && apt install -y postgresql-client-16 libsqlite3-dev libpq-dev default-mysqlclient
|
||||
- apt update && apt install -y postgresql-client-16 libsqlite3-dev libpq-dev mysql-server
|
||||
- cargo binstall -y diesel_cli
|
||||
- export PATH="$CARGO_HOME/bin:$PATH"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user