File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,10 @@ jobs:
4646 vcpkg install gtest curl zlib brotli
4747 choco install openssl
4848 - name : Configure CMake for Release
49- run : cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake -DHTTPLIB_TEST=ON -DHTTPLIB_REQUIRE_OPENSSL=ON -DHTTPLIB_REQUIRE_ZLIB=ON -DHTTPLIB_REQUIRE_BROTLI=ON
49+ run : cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${{ env.VCPKG_INSTALLATION_ROOT }}/scripts/buildsystems/vcpkg.cmake -DHTTPLIB_TEST=ON -DHTTPLIB_REQUIRE_OPENSSL=ON -DHTTPLIB_REQUIRE_ZLIB=ON -DHTTPLIB_REQUIRE_BROTLI=ON
5050 - name : Build with CMake
5151 run : cmake --build build --config Release
5252 - name : Run tests with CTest
5353 run : ctest --output-on-failure --test-dir build -C Release
5454 env :
55- VCPKG_ROOT : ${{ VCPKG_INSTALLATION_ROOT }}
5655 VCPKG_BINARY_SOURCES : " clear;x-gha,readwrite"
You can’t perform that action at this time.
0 commit comments