server: tests: ci adding psmisc as it is not present by default in ubuntu base killall

This commit is contained in:
Pierrick HYMBERT 2024-02-23 02:31:30 +01:00
parent 6e71126c12
commit 6bba3be151

View file

@ -33,7 +33,8 @@ jobs:
build-essential \
cmake \
python3-pip \
curl
curl \
psmisc
- name: Build
id: cmake_build