server: tests: ci adding python3-pip as it is not present by default in ubuntu base
This commit is contained in:
parent
2bb4732c01
commit
d0e0050843
1 changed files with 4 additions and 1 deletions
5
.github/workflows/server-test.yml
vendored
5
.github/workflows/server-test.yml
vendored
|
@ -29,7 +29,10 @@ jobs:
|
||||||
id: depends
|
id: depends
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y install build-essential cmake
|
apt-get -y install \
|
||||||
|
build-essential \
|
||||||
|
cmake \
|
||||||
|
python3-pip
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: cmake_build
|
id: cmake_build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue