Skip to content

Commit

Permalink
Update release.yml vcpkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 authored Oct 26, 2024
1 parent d798b35 commit 116ee9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 116ee9e

Please sign in to comment.