Browse Source

Upgrade vcpkg baseline commit

Upgrades fmt to 10.1.1 and SDL2 to 2.28.4
pull/6712/head
Oleksandr Kalko 2 years ago committed by Anders Jenbo
parent
commit
8b1ca4d457
  1. 2
      .github/workflows/Windows_MSVC_x64.yml
  2. 2
      vcpkg.json

2
.github/workflows/Windows_MSVC_x64.yml

@ -42,7 +42,7 @@ jobs:
- name: Restore or setup vcpkg
uses: lukka/run-vcpkg@v11.1
with:
vcpkgGitCommitId: 'e8c2a04eb7ca058b6e2f0e6e33c67fdbffeee846'
vcpkgGitCommitId: '486a4640db740f5994e492eb60748111dfc48de7'
- name: Fetch test data
run: |

2
vcpkg.json

@ -7,7 +7,7 @@
"simpleini",
"lua"
],
"builtin-baseline": "e8c2a04eb7ca058b6e2f0e6e33c67fdbffeee846",
"builtin-baseline": "486a4640db740f5994e492eb60748111dfc48de7",
"features": {
"sdl1": {
"description": "Use SDL1.2 instead of SDL2",

Loading…
Cancel
Save