Skip to content
Snippets Groups Projects
Commit 52c1b6fd authored by Steven Fackler's avatar Steven Fackler
Browse files

set vcpkg root

parent a9a092a9
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment