tests: llvm-test-suite: Add missing ninja-build requirement

This commit is contained in:
Jesus Checa Hidalgo 2022-05-09 15:58:22 +02:00 committed by tstellar
parent 906570b432
commit 4cce509493
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ test: "$WITH_SCL ./test.sh"
require:
- git
- clang
- ninja-build
- llvm-test-suite
duration: 1h