This commit is contained in:
Mr_Goldberg 2020-04-29 13:08:09 -04:00
parent bd5fa2f0b3
commit 0857125d03
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ build_cmake_linux:
image: ubuntu
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt update -y
- apt install build-essential cmake libprotobuf-dev protobuf-compiler ninja-build -y