summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2020-06-06 13:24:29 -0700
committerSteven Fackler <sfackler@gmail.com>2020-06-06 13:58:44 -0700
commit60118dddadb45c806070d4c604f33f66c483054a (patch)
tree44cce4486cd6fbfcef3ba4e5b7a20b3e60a18f5a /.github
parent52c1b6fdc28c943d536d5670c2d0d6de15217c9a (diff)
downloadrust-openssl-60118dddadb45c806070d4c604f33f66c483054a.zip
test env lookup
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 720731d4..b69999d6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -104,10 +104,12 @@ jobs:
- name: Get rust version
id: rust-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
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: