diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dec66c..6f162e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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