Skip to content

Commit 35e38cc

Browse files
committed
fix CI build
1 parent b896bbb commit 35e38cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
6363
run: |
64-
${{ github.workspace }}/vcpkg/vcpkg install "boost[asio,beast,context,system]" openssl nlohmann-json gtest
64+
${{ github.workspace }}/vcpkg/vcpkg install "boost[asio,beast,context]" openssl nlohmann-json gtest
6565
6666
- name: Configure CMake
6767
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake

0 commit comments

Comments
 (0)