update vcpkg
This commit is contained in:
parent
6f7501b034
commit
5f59ee012e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue