mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Look for PostgreSQL library properly and fix CI
This commit is contained in:
parent
1da73418cd
commit
a24899bf2d
3 changed files with 12 additions and 4 deletions
|
@ -5,8 +5,7 @@ install_linux_deps() {
|
|||
local pkgs=(cmake libpng-dev \
|
||||
libjpeg-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev \
|
||||
libhiredis-dev libogg-dev libgmp-dev libvorbis-dev libopenal-dev \
|
||||
gettext libpq-dev postgresql-server-dev-all libleveldb-dev \
|
||||
libcurl4-openssl-dev)
|
||||
gettext libpq-dev libleveldb-dev libcurl4-openssl-dev)
|
||||
|
||||
if [[ "$1" == "--old-irr" ]]; then
|
||||
shift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue