From d07eab796fe5a6b4bcfe3380f941ae79d0e676d5 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Fri, 9 Sep 2022 05:25:11 +0300 Subject: [PATCH] - attempt to fix the CI quickly --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4142343..bf3245ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,9 @@ build_exe: script: + - apt install cmake c++ - mkdir -p build - cd build - git clone https://gitlab.com/dmytro.bogovych/libraries.git - cmake -D LIB_PLATFORM=libraries ../src - cmake --build . - \ No newline at end of file +