Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 authored Oct 26, 2024
1 parent 4187c26 commit a79bacb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ jobs:
with:
vcpkgGitCommitId: 10b7a178346f3f0abef60cecd5130e295afd8da4
- run: vcpkg integrate install
- run: vcpkg install asio protobuf spdlog cxxopts
- run: vcpkg install asio protobuf cxxopts
- run: vcpkg install spdlog[wchar] wil
if: ${{ matrix.os == 'windows-latest' }}
- run: vcpkg install spdlog
if: ${{ matrix.os == 'ubuntu-latest' }}
- uses: lukka/run-cmake@v10
with:
cmakeListsTxtPath: ${{ github.workspace }}/server-core/CMakeLists.txt
Expand Down

0 comments on commit a79bacb

Please sign in to comment.