From 7a12080f7e434e947bc5f480a3a56dd3952d31da Mon Sep 17 00:00:00 2001 From: staphen Date: Tue, 28 May 2024 18:22:28 -0400 Subject: [PATCH] Update vcpkg baseline to get libsodium 1.0.20 --- .github/workflows/Windows_MSVC_x64.yml | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index bce27666d..b5335b8f4 100644 --- a/.github/workflows/Windows_MSVC_x64.yml +++ b/.github/workflows/Windows_MSVC_x64.yml @@ -42,7 +42,7 @@ jobs: - name: Restore or setup vcpkg uses: lukka/run-vcpkg@v11.5 with: - vcpkgGitCommitId: '37c3e63a1306562f7f59c4c3c8892ddd50fdf992' + vcpkgGitCommitId: 'dee924de74e81388140a53c32a919ecec57d20ab' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index 45fbbfcf0..1b1fc7cc3 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -7,7 +7,7 @@ "simpleini", "lua" ], - "builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992", + "builtin-baseline": "dee924de74e81388140a53c32a919ecec57d20ab", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",