summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
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