We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b896bbb commit 35e38ccCopy full SHA for 35e38cc
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
env:
62
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
63
run: |
64
- ${{ github.workspace }}/vcpkg/vcpkg install "boost[asio,beast,context,system]" openssl nlohmann-json gtest
+ ${{ github.workspace }}/vcpkg/vcpkg install "boost[asio,beast,context]" openssl nlohmann-json gtest
65
66
- name: Configure CMake
67
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
0 commit comments