1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Change git clone to cmd to ignore error

This commit is contained in:
Elias Steurer 2020-09-18 14:55:53 +02:00
parent beda4cef39
commit 996d071da3

View File

@ -29,7 +29,8 @@ build:windows:
- git submodule update --init
- git submodule update --recursive
- cd Common
- git clone https://github.com/microsoft/vcpkg.git
# 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
- cd vcpkg
- git pull
- git checkout 18ab4b72a26284f0df28295ce7bf9b21c96f20f4