mirror of https://github.com/fafhrd91/actix-web
fix windows ci?
This commit is contained in:
parent
80c5491fe8
commit
63be34c464
|
@ -31,9 +31,6 @@ jobs:
|
|||
7z x vcpkg.7z -y -bb0
|
||||
xcopy .\vcpkg $env:VCPKG_INSTALLATION_ROOT /s /e /h /y /q
|
||||
vcpkg integrate install
|
||||
Copy-Item C:\vcpkg\installed\x64-windows\bin\libssl-1_1-x64.dll C:\vcpkg\installed\x64-windows\bin\libssl.dll
|
||||
Get-ChildItem C:\vcpkg\installed\x64-windows\bin
|
||||
Get-ChildItem C:\vcpkg\installed\x64-windows\lib
|
||||
echo "VCPKGRS_DYNAMIC=1" >> "$env:GITHUB_ENV"
|
||||
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" >> "$env:GITHUB_ENV"
|
||||
echo "$env:VCPKG_INSTALLATION_ROOT\installed\x64-windows\lib" >> "$env:GITHUB_PATH"
|
||||
|
|
Loading…
Reference in New Issue