From 9524c94242ad5f53d27519fc129b0877749f6168 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 30 Jun 2021 16:37:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=AF=D0=B2=D0=BD=D0=BE=D0=B5=20=D0=B2=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B0=D1=80?= =?UTF-8?q?=D0=B0=D0=BB=D0=BB=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BF=D0=B8=D0=BB=D1=8F=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduled.yml b/scheduled.yml index 4f202d0..b152383 100644 --- a/scheduled.yml +++ b/scheduled.yml @@ -49,7 +49,7 @@ variables: if [ -n "${BUILD_CMD}" ]; then ${BUILD_CMD} else - cmake --build . + cmake --build . -- -j $(nproc) fi - > if [ -z "${CI_SHARED_ENVIRONMENT+x}" ]; then