Browse Source

Upgrade vcpkg to include SDL 2.30.0

pull/6831/head
Oleksandr Kalko 2 years ago committed by Gleb Mazovetskiy
parent
commit
c19a7049ee
  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 - name: Restore or setup vcpkg
uses: lukka/run-vcpkg@v11.5 uses: lukka/run-vcpkg@v11.5
with: with:
vcpkgGitCommitId: '16ee2ecb31788c336ace8bb14c21801efb6836e4' vcpkgGitCommitId: '095ee06e7f60dceef7d713e3f8b1c2eb10d650d7'
- name: Fetch test data - name: Fetch test data
run: | run: |

2
vcpkg.json

@ -7,7 +7,7 @@
"simpleini", "simpleini",
"lua" "lua"
], ],
"builtin-baseline": "16ee2ecb31788c336ace8bb14c21801efb6836e4", "builtin-baseline": "095ee06e7f60dceef7d713e3f8b1c2eb10d650d7",
"features": { "features": {
"sdl1": { "sdl1": {
"description": "Use SDL1.2 instead of SDL2", "description": "Use SDL1.2 instead of SDL2",

Loading…
Cancel
Save