microsoft/vcpkg#24559 issue is fixed. Now we can build patcher/keygen with openssl-3.
Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
parent
c1c6ad1b00
commit
f7f1e1f25b
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -10,14 +10,9 @@ jobs:
|
||||
run: |
|
||||
pushd .
|
||||
cd ${env:VCPKG_INSTALLATION_ROOT}
|
||||
|
||||
git reset --hard 3b3bd424827a1f7f4813216f6b32b6c61e386b2e
|
||||
vcpkg install openssl:x86-windows-static
|
||||
|
||||
git reset --hard f65d6947c7212618c00dcc99ecd53c47db97f8cd
|
||||
vcpkg install unicorn:x86-windows-static
|
||||
|
||||
git pull
|
||||
vcpkg install openssl:x86-windows-static
|
||||
vcpkg install unicorn:x86-windows-static
|
||||
vcpkg install fmt:x86-windows-static
|
||||
vcpkg install rapidjson:x86-windows-static
|
||||
vcpkg install keystone:x86-windows-static
|
||||
@ -47,14 +42,9 @@ jobs:
|
||||
run: |
|
||||
pushd .
|
||||
cd ${env:VCPKG_INSTALLATION_ROOT}
|
||||
|
||||
git reset --hard 3b3bd424827a1f7f4813216f6b32b6c61e386b2e
|
||||
vcpkg install openssl:x64-windows-static
|
||||
|
||||
git reset --hard f65d6947c7212618c00dcc99ecd53c47db97f8cd
|
||||
vcpkg install unicorn:x64-windows-static
|
||||
|
||||
git pull
|
||||
vcpkg install openssl:x64-windows-static
|
||||
vcpkg install unicorn:x64-windows-static
|
||||
vcpkg install fmt:x64-windows-static
|
||||
vcpkg install rapidjson:x64-windows-static
|
||||
vcpkg install keystone:x64-windows-static
|
||||
|
||||
Loading…
Reference in New Issue
Block a user