1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00
This commit is contained in:
Elias Steurer 2020-09-18 15:39:54 +02:00
parent 89ff34fc3c
commit 0fa6dc1a9b

View File

@ -31,8 +31,7 @@ build:windows:
- cd Common
- if (!(Test-Path "vcpkg")){git clone https://github.com/microsoft/vcpkg.git}
- cd vcpkg
- git pull
- git checkout 18ab4b72a26284f0df28295ce7bf9b21c96f20f4
- git pull | git checkout 18ab4b72a26284f0df28295ce7bf9b21c96f20f4
- call bootstrap-vcpkg.bat
- vcpkg.exe install openssl --triplet x64-windows --recurse
- cd ..