ci: update list of requirements
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Glenn Y. Rolland 2023-12-26 15:17:11 +01:00
parent 486a7acbe2
commit 981514377a

View file

@ -10,9 +10,10 @@ steps:
PACKAGE_BASENAME: bulk-barrage_linux_amd64
commands:
- apk update
- apk add cmake gcc g++ libnet libnet-dev
- apk add cmake gcc g++ libnet libnet-dev debian-devscripts rpm make
- cmake -S . -B _build
- cmake --build _build
- make -C _build/ package
volumes:
- name: cache
path: /_cache