server: tests: ci adding cmake as it is not present by default in ubuntu base
This commit is contained in:
parent
6a215e5359
commit
2bb4732c01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-test.yml
vendored
2
.github/workflows/server-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue