aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-02 19:47:56 +0800
committercrupest <crupest@outlook.com>2020-12-02 19:47:56 +0800
commitb111a3a38174c311eb1063f6a4ce9b8a29c268c4 (patch)
treec55b8f40cb1a69407cb8a92f53fe88c96dd549d0 /.github/workflows
parent43fe80db54135d36c8db6358dbca435af7e1d019 (diff)
downloadcru-b111a3a38174c311eb1063f6a4ce9b8a29c268c4.tar.gz
cru-b111a3a38174c311eb1063f6a4ce9b8a29c268c4.tar.bz2
cru-b111a3a38174c311eb1063f6a4ce9b8a29c268c4.zip
...
Diffstat (limited to '.github/workflows')
-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 aa5d19e3..3aa088a5 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@v3
+ uses: lukka/run-vcpkg@v6
id: runvcpkg
with:
vcpkgArguments: "${{ env.vcpkgPackages }}"