fix x86 -> x64 in x64 build

Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
Double Sine 2022-04-24 00:45:39 +08:00
parent 6dd07b3583
commit e46c9d7176
No known key found for this signature in database
GPG Key ID: 44460E4F43EA8633

View File

@ -49,15 +49,15 @@ jobs:
cd ${env:VCPKG_INSTALLATION_ROOT} cd ${env:VCPKG_INSTALLATION_ROOT}
git reset --hard 3b3bd424827a1f7f4813216f6b32b6c61e386b2e git reset --hard 3b3bd424827a1f7f4813216f6b32b6c61e386b2e
vcpkg install openssl:x86-windows-static vcpkg install openssl:x64-windows-static
git reset --hard f65d6947c7212618c00dcc99ecd53c47db97f8cd git reset --hard f65d6947c7212618c00dcc99ecd53c47db97f8cd
vcpkg install unicorn:x86-windows-static vcpkg install unicorn:x64-windows-static
git pull git pull
vcpkg install fmt:x86-windows-static vcpkg install fmt:x64-windows-static
vcpkg install rapidjson:x86-windows-static vcpkg install rapidjson:x64-windows-static
vcpkg install keystone:x86-windows-static vcpkg install keystone:x64-windows-static
popd popd
- name: Clone source - name: Clone source