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
|
||||
apt-get install -y \
|
||||
libpq5 \
|
||||
libpq-dev \
|
||||
libssl3 \
|
||||
liblzma5 \
|
||||
zlib1g \
|
||||
ca-certificates \
|
||||
curl \
|
||||
wget \
|
||||
libabseil-dev \
|
||||
libclang-dev \
|
||||
pkg-config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue