From ad9bea6e7f1d5e70608d250e0e22f2764dd02f62 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 18 Sep 2020 15:09:42 +0200 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d993fcf..68aabc73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,8 @@ build:windows: - git submodule update --init - git submodule update --recursive - cd Common - # git directory can already exist. In powershell this is an hard error, but not in CMD. - - cmd /C git clone https://github.com/microsoft/vcpkg.git + # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4480#note_342652247 + - git clone https://github.com/microsoft/vcpkg.git; echo "" - cd vcpkg - git pull - git checkout 18ab4b72a26284f0df28295ce7bf9b21c96f20f4