FIX: added missing build depdendencies
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Dominik Meyer 2023-09-04 09:54:08 +02:00
parent db918e84d1
commit 44ba3b23cd
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -16,7 +16,7 @@ steps:
image: debian:bookworm-slim image: debian:bookworm-slim
commands: commands:
- apt-get update - 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 - mkdir build
- cd build; CC=clang-15 CXX=clang++-15 cmake .. - cd build; CC=clang-15 CXX=clang++-15 cmake ..
- make -j 4 - make -j 4