diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1093e5b..f5871d13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite' with: vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94' # 2024.10.21 release + vcpkgGitCommitId: '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' # November 2024 release runVcpkgInstall: false # Let CMake handle installation via manifest mode - name: Resolve vcpkg toolchain (Windows) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92503a25..641c957e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,7 +154,7 @@ jobs: VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite' with: vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94' # 2024.10.21 release + vcpkgGitCommitId: '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' # November 2024 release runVcpkgInstall: true - name: "Resolve vcpkg toolchain (Windows)" diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index a3357aff..5ece28ab 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -3,7 +3,7 @@ "default-registry": { "kind": "git", "repository": "https://github.com/microsoft/vcpkg", - "baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6" + "baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50" }, "registries": [] } diff --git a/vcpkg.json b/vcpkg.json index ec4c2c8c..bc2abcc7 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,7 +3,7 @@ "name": "yaze", "version": "0.3.2", "description": "Yet Another Zelda3 Editor", - "builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94", + "builtin-baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50", "dependencies": [ { "name": "sdl2",