update vcpkg
This commit is contained in:
parent
6f7501b034
commit
5f59ee012e
|
|
@ -102,5 +102,7 @@ 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: Update vcpkg
|
||||||
|
run: vcpkg update
|
||||||
- name: Install OpenSSL
|
- name: Install OpenSSL
|
||||||
run: vcpkg install openssl
|
run: vcpkg install openssl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue