Browse Source

GHA CI: bump "setup vcpkg" action version

adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
a24f2ae884
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 3
      .github/workflows/ci_windows.yaml

3
.github/workflows/ci_windows.yaml

@ -34,11 +34,10 @@ jobs: @@ -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: |

Loading…
Cancel
Save