Browse Source

Upgrade vcpkg baseline commit (#6528)

pull/6531/head
Oleksandr Kalko 3 years ago committed by GitHub
parent
commit
e9de3cc820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/Windows_MSVC_x64.yml
  2. 2
      vcpkg.json

4
.github/workflows/Windows_MSVC_x64.yml

@ -31,9 +31,9 @@ jobs:
uses: lukka/get-cmake@latest
- name: Restore or setup vcpkg
uses: lukka/run-vcpkg@v11
uses: lukka/run-vcpkg@v11.1
with:
vcpkgGitCommitId: '78b61582c9e093fda56a01ebb654be15a0033897'
vcpkgGitCommitId: '927bc12e31148b0d44ae9d174b96c20e3bcf08eb'
- name: Fetch test data
run: |

2
vcpkg.json

@ -6,7 +6,7 @@
"bzip2",
"simpleini"
],
"builtin-baseline": "78b61582c9e093fda56a01ebb654be15a0033897",
"builtin-baseline": "927bc12e31148b0d44ae9d174b96c20e3bcf08eb",
"features": {
"sdl1": {
"description": "Use SDL1.2 instead of SDL2",

Loading…
Cancel
Save