aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 61daa041..aa5d19e3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
submodules: true
- name: Restore artifacts, or run vcpkg, build and cache artifacts
- uses: lukka/run-vcpkg@add_triplet_to_cachekey
+ uses: lukka/run-vcpkg@v3
id: runvcpkg
with:
vcpkgArguments: "${{ env.vcpkgPackages }}"