fix(deps): remove missing libabseil-dev package on Debian 12
Some checks failed
GBCI / build (push) Has been cancelled
Some checks failed
GBCI / build (push) Has been cancelled
This commit is contained in:
parent
ae0071c6d7
commit
a4a8d01e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,13 +49,13 @@ install_debian_ubuntu() {
|
||||||
# Runtime libraries for botserver binary
|
# Runtime libraries for botserver binary
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
libpq5 \
|
libpq5 \
|
||||||
|
libpq-dev \
|
||||||
libssl3 \
|
libssl3 \
|
||||||
liblzma5 \
|
liblzma5 \
|
||||||
zlib1g \
|
zlib1g \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
libabseil-dev \
|
|
||||||
libclang-dev \
|
libclang-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue