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:25:32 +02:00
parent bc57e8c4c2
commit 85c14d25c0

View File

@ -30,9 +30,9 @@ build:windows:
- git submodule update --recursive
- cd Common
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4480#note_342652247
- git clone https://github.com/microsoft/vcpkg.git; echo ""
- git clone https://github.com/microsoft/vcpkg.git; echo 1
- cd vcpkg
- git pull origin/master
- git pull
- git checkout 18ab4b72a26284f0df28295ce7bf9b21c96f20f4
- call bootstrap-vcpkg.bat
- vcpkg.exe install openssl --triplet x64-windows --recurse