server: tests: ci adding psmisc as it is not present by default in ubuntu base killall
This commit is contained in:
parent
6e71126c12
commit
6bba3be151
1 changed files with 2 additions and 1 deletions
3
.github/workflows/server-test.yml
vendored
3
.github/workflows/server-test.yml
vendored
|
@ -33,7 +33,8 @@ jobs:
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
curl
|
curl \
|
||||||
|
psmisc
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: cmake_build
|
id: cmake_build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue