From 116ee9e701648dea38f8a71c2617e6a1b888076d Mon Sep 17 00:00:00 2001 From: mkckr0 <26296627+mkckr0@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:28:32 +0800 Subject: [PATCH] Update release.yml vcpkg version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb094c4..6dec66c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: - uses: microsoft/setup-msbuild@v1 - uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: e57b2167e66c847f991bd6bce1355b85acd944e8 + vcpkgGitCommitId: 10b7a178346f3f0abef60cecd5130e295afd8da4 - run: vcpkg integrate install - run: vcpkg install asio protobuf spdlog[wchar] wil nlohmann-json - run: msbuild /m /p:Configuration=Release,Platform=x64 @@ -101,7 +101,7 @@ jobs: - uses: lukka/get-cmake@latest - uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: e57b2167e66c847f991bd6bce1355b85acd944e8 + vcpkgGitCommitId: 10b7a178346f3f0abef60cecd5130e295afd8da4 - run: vcpkg integrate install - run: vcpkg install asio protobuf spdlog cxxopts - uses: lukka/run-cmake@v10