Add logging line 3.

This commit is contained in:
Dessalines 2024-05-16 14:28:40 -04:00
parent 332c7ef454
commit 3340ab3a7a
1 changed files with 1 additions and 1 deletions

View File

@ -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 libmariaclient-dev-compat
- apt update && apt install -y postgresql-client-16 libsqlite3-dev libpq-dev libmariadbclient-dev-compat
- ls -al /usr/local/lib/
- ls -al /usr/local/mysql/lib/
- export LD_LIBRARY_PATH=/usr/local/mysql/lib