diff options
author | crupest <crupest@outlook.com> | 2020-07-26 00:01:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-26 00:01:34 +0800 |
commit | e243ad879af8cedd1cc51b02f0c7d396bae91782 (patch) | |
tree | 50d80b8e2b9586e133f4748dbf4c420ebf2d7f03 | |
parent | 23bf673f9582d7bc99eb6440be1df0cf5c43b725 (diff) | |
download | cru-e243ad879af8cedd1cc51b02f0c7d396bae91782.tar.gz cru-e243ad879af8cedd1cc51b02f0c7d396bae91782.tar.bz2 cru-e243ad879af8cedd1cc51b02f0c7d396bae91782.zip |
...
-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 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 }}" |