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

This commit is contained in:
Pierrick HYMBERT 2024-02-23 02:13:30 +01:00
parent 6a215e5359
commit 2bb4732c01

View file

@ -29,7 +29,7 @@ jobs:
id: depends
run: |
apt-get update
apt-get -y install build-essential
apt-get -y install build-essential cmake
- name: Build
id: cmake_build