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)"
|
run: echo "::set-output name=version::$(rustc --version)"
|
||||||
- name: Install OpenSSL
|
- name: Install OpenSSL
|
||||||
run: vcpkg install openssl:x64-windows
|
run: vcpkg install openssl:x64-windows
|
||||||
|
- name: Set vcpkg root
|
||||||
|
run: echo "::set-env name=VCPKG_ROOT::$VCPKG_INSTALLATION_ROOT"
|
||||||
- name: Cache cargo index
|
- name: Cache cargo index
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue