mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Try installing mysql and postgres.
This commit is contained in:
parent
5cf116bf45
commit
e75d5020c4
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ variables:
|
|||
- install_diesel_cli: &install_diesel_cli
|
||||
- cargo binstall -y diesel_cli
|
||||
- export PATH="$CARGO_HOME/bin:$PATH"
|
||||
- apt update && apt install -y lsb-release
|
||||
- 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 default-mysql-client
|
||||
|
||||
steps:
|
||||
prepare_repo:
|
||||
|
|
Loading…
Reference in a new issue