ci: update list of requirements
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
486a7acbe2
commit
981514377a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue