gitlab: correct the name of the ninja package
This commit is contained in:
parent
d5201cba01
commit
ec9b0a4797
@ -7,7 +7,7 @@ build:
|
||||
stage: build
|
||||
before_script:
|
||||
- apt update
|
||||
- apt -y install cmake ninja
|
||||
- apt -y install cmake ninja-build
|
||||
script:
|
||||
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user