Skip to content

Commit

Permalink
Upgrade vcpkg commit
Browse files Browse the repository at this point in the history
This upgrades libsodium to 1.0.19 and SDL-image to 2.8.2 for MSVC builds
  • Loading branch information
tsunamistate authored and glebm committed Feb 27, 2024
1 parent bc4f434 commit 57b494a
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: '095ee06e7f60dceef7d713e3f8b1c2eb10d650d7'
vcpkgGitCommitId: '37c3e63a1306562f7f59c4c3c8892ddd50fdf992'

- 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 @@ -7,7 +7,7 @@
"simpleini",
"lua"
],
"builtin-baseline": "095ee06e7f60dceef7d713e3f8b1c2eb10d650d7",
"builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992",
"features": {
"sdl1": {
"description": "Use SDL1.2 instead of SDL2",
Expand Down

0 comments on commit 57b494a

Please sign in to comment.