summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2020-06-06 12:31:16 -0700
committerSteven Fackler <sfackler@gmail.com>2020-06-06 13:58:44 -0700
commit5f59ee012eb076b8e56caa2fe85f561bc1c6f5b5 (patch)
tree6c18a3da6d970f6379daa2ef7f6397ad9a5c1dcd /.github/workflows/ci.yml
parent6f7501b0342b32bd459c912d6fee0e5a614a3172 (diff)
downloadrust-openssl-5f59ee012eb076b8e56caa2fe85f561bc1c6f5b5.zip
update vcpkg
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eb5fb740..b7c5761b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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