mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 22:01:19 +00:00
Try 7
This commit is contained in:
parent
00a09b085c
commit
44574a51fe
1 changed files with 1 additions and 3 deletions
|
@ -12,13 +12,11 @@ variables:
|
|||
# - /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
|
||||
# - sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
# - curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc|gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
|
||||
# - apt-get update
|
||||
# - apt-get install -y postgresql-client-16
|
||||
- apt-get update && apt-get install lsb-release
|
||||
- install -d /usr/share/postgresql-common/pgdg
|
||||
- curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
|
||||
- sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
- apt-get update && apt-get -y install postgresql-client-16
|
||||
- apt-get update && apt-get -y install postgresql-client
|
||||
- cargo install diesel_cli --no-default-features --features postgres
|
||||
- export PATH="$CARGO_HOME/bin:$PATH"
|
||||
- &slow_check_paths
|
||||
|
|
Loading…
Reference in a new issue