set vcpkg root
This commit is contained in:
parent
a9a092a9ff
commit
52c1b6fdc2
|
|
@ -106,6 +106,8 @@ jobs:
|
|||
run: echo "::set-output name=version::$(rustc --version)"
|
||||
- name: Install OpenSSL
|
||||
run: vcpkg install openssl:x64-windows
|
||||
- name: Set vcpkg root
|
||||
run: echo "::set-env name=VCPKG_ROOT::$VCPKG_INSTALLATION_ROOT"
|
||||
- name: Cache cargo index
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue