From 61aa1be1c9c99acff6af4eeb9db55aea00e7e109 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Sat, 8 Sep 2018 14:17:53 +0200 Subject: [PATCH] Trying to fix CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08af11bc..cb6559b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ win_visual_studio: - call win_download_dependencies.bat - cd ..\.. - cd build_scripts\windows - - setx DEPENDENCIES_LINK_TYPE shared + - set DEPENDENCIES_LINK_TYPE shared - call win_VS_build_x64_debug.bat script: -- GitLab