diff options
author | crupest <crupest@outlook.com> | 2020-12-02 19:47:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-02 19:47:56 +0800 |
commit | b111a3a38174c311eb1063f6a4ce9b8a29c268c4 (patch) | |
tree | c55b8f40cb1a69407cb8a92f53fe88c96dd549d0 /.github/workflows | |
parent | 43fe80db54135d36c8db6358dbca435af7e1d019 (diff) | |
download | cru-b111a3a38174c311eb1063f6a4ce9b8a29c268c4.tar.gz cru-b111a3a38174c311eb1063f6a4ce9b8a29c268c4.tar.bz2 cru-b111a3a38174c311eb1063f6a4ce9b8a29c268c4.zip |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 }}" |