GHA CI: bump "setup vcpkg" action version

This commit is contained in:
Chocobo1 2022-04-01 15:49:21 +08:00
parent ec5b0b5403
commit a24f2ae884
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -34,11 +34,10 @@ jobs:
# use the preinstalled vcpkg from image
# https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#package-management
- name: Setup vcpkg
uses: lukka/run-vcpkg@v7
uses: lukka/run-vcpkg@v10
with:
vcpkgDirectory: C:/vcpkg
doNotUpdateVcpkg: true # the preinstalled vcpkg is updated regularly
setupOnly: true
- name: Install dependencies from vcpkg
run: |