From ae87a22de6c70fddde3b67f77175bc23571ce8ad Mon Sep 17 00:00:00 2001 From: Quentin Sabah Date: Tue, 21 Jan 2025 09:17:57 +0100 Subject: [PATCH] chore: update `vcpk` baseline --- .github/workflows/VS-CI-Tests.yml | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/VS-CI-Tests.yml b/.github/workflows/VS-CI-Tests.yml index 3955a6f3cc5..ad5c5410c61 100644 --- a/.github/workflows/VS-CI-Tests.yml +++ b/.github/workflows/VS-CI-Tests.yml @@ -38,7 +38,7 @@ jobs: - name: Library Dependencies (vcpkg) uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: '56954f1db97f38635782d5ad7cdfd45d2731c854' + vcpkgGitCommitId: '6f29f12e82a8293156836ad81cc9bf5af41fe836' - name: Create Build Directory working-directory: ${{github.workspace}} diff --git a/vcpkg.json b/vcpkg.json index 953920a6b60..1d75cd2c035 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -12,5 +12,5 @@ "version": "3.40.1" } ], - "builtin-baseline": "56954f1db97f38635782d5ad7cdfd45d2731c854" + "builtin-baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836" }