test env lookup
This commit is contained in:
parent
52c1b6fdc2
commit
60118dddad
|
|
@ -104,10 +104,12 @@ jobs:
|
||||||
- name: Get rust version
|
- name: Get rust version
|
||||||
id: rust-version
|
id: rust-version
|
||||||
run: echo "::set-output name=version::$(rustc --version)"
|
run: echo "::set-output name=version::$(rustc --version)"
|
||||||
|
- name: Set vcpkg root
|
||||||
|
run: echo "::set-env name=VCPKG_ROOT::$Env:VCPKG_INSTALLATION_ROOT"
|
||||||
|
- name: test
|
||||||
|
run: echo $Env:VCPKG_ROOT
|
||||||
- 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