update vcpkg

This commit is contained in:
Steven Fackler 2020-06-06 12:31:16 -07:00
parent 6f7501b034
commit 5f59ee012e
1 changed files with 2 additions and 0 deletions

View File

@ -102,5 +102,7 @@ jobs:
- name: Get rust version
id: rust-version
run: echo "::set-output name=version::$(rustc --version)"
- name: Update vcpkg
run: vcpkg update
- name: Install OpenSSL
run: vcpkg install openssl