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 e36598b commit 231db95Copy full SHA for 231db95
.github/workflows/ci.yml
@@ -58,8 +58,10 @@ jobs:
58
./bootstrap-vcpkg.sh
59
60
- name: Install vcpkg dependencies
61
+ env:
62
+ VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
63
run: |
- ${{ 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
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