Skip to content

Commit

Permalink
Upgrade VCPKG commit for SDL2 2.32.0
Browse files Browse the repository at this point in the history
This catches up SDL version for MSVC
  • Loading branch information
tsunamistate authored and AJenbo committed Feb 21, 2025
1 parent fc0d8b0 commit 0c38179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Windows_MSVC_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Restore or setup vcpkg
uses: lukka/[email protected]
with:
vcpkgGitCommitId: '74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e'
vcpkgGitCommitId: '99c9bc8b94f80cdb5caf9614d9d197d270e0b32e'

- name: Fetch test data
run: |
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bzip2",
"lua"
],
"builtin-baseline": "74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e",
"builtin-baseline": "99c9bc8b94f80cdb5caf9614d9d197d270e0b32e",
"features": {
"sdl1": {
"description": "Use SDL1.2 instead of SDL2",
Expand Down

0 comments on commit 0c38179

Please sign in to comment.