Try installing mysql and postgres 3.

This commit is contained in:
Dessalines 2024-05-16 11:58:48 -04:00
parent 2c834beec4
commit b556975e93
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ 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 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-libmysqlclient-dev
steps: