Skip to content

Commit 231db95

Browse files
committed
fix CI build
1 parent e36598b commit 231db95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ jobs:
5858
./bootstrap-vcpkg.sh
5959
6060
- name: Install vcpkg dependencies
61+
env:
62+
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
6163
run: |
62-
${{ github.workspace }}/vcpkg/vcpkg install boost-beast openssl nlohmann-json gtest --triplet ${{ matrix.triplet }}
64+
${{ github.workspace }}/vcpkg/vcpkg install boost openssl nlohmann-json gtest
6365
6466
- name: Configure CMake
6567
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)