forked from Research/WhisperCom
FIX: added missing build depdendencies
This commit is contained in:
parent
db918e84d1
commit
44ba3b23cd
@ -16,7 +16,7 @@ steps:
|
||||
image: debian:bookworm-slim
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get -qy install clang-15 libsodium-dev libpgm-dev cmake make build-essential
|
||||
- apt-get -qy install clang-15 libsodium-dev libpgm-dev cmake make build-essential pkg-config
|
||||
- mkdir build
|
||||
- cd build; CC=clang-15 CXX=clang++-15 cmake ..
|
||||
- make -j 4
|
||||
|
Loading…
Reference in New Issue
Block a user