Skip to content

Commit

Permalink
Bump vcpkg packages and remove SDL version lock
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCycoONE committed Nov 4, 2024
1 parent 5becc30 commit e5c2457
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 'a1212c93cabaa9c5c36c1ffdb4bddd59fdf31e43'
vcpkgGitCommitId: '5f4628b89f3f98cd9a0b43c27ded2aa53da1f790'

- name: Run CMake dev configure
if: inputs.PRESET == 'win-dev'
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default-registry": {
"kind": "git",
"baseline": "a1212c93cabaa9c5c36c1ffdb4bddd59fdf31e43",
"baseline": "5f4628b89f3f98cd9a0b43c27ded2aa53da1f790",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
Expand Down
3 changes: 0 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,4 @@
]
}
},

Check failure on line 84 in vcpkg.json

View workflow job for this annotation

GitHub Actions / Windows

Trailing comma in an object

Check failure on line 84 in vcpkg.json

View workflow job for this annotation

GitHub Actions / Windows

Trailing comma in an object
"overrides": [
{ "name": "sdl2", "version": "2.28.2" }
]
}

0 comments on commit e5c2457

Please sign in to comment.