mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 18:42:29 +01:00
Change git clone to cmd to ignore error
This commit is contained in:
parent
beda4cef39
commit
996d071da3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user