Fix test.yaml problem
This commit is contained in:
parent
5814e121df
commit
8aad481c69
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
run: ctest --output-on-failure --test-dir build -C Release
|
run: ctest --output-on-failure --test-dir build -C Release
|
||||||
|
|
||||||
- name: Configure CMake without SSL
|
- name: Configure CMake without SSL
|
||||||
run: cmake -B build-no-ssl -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
|
run: cmake -B build-no-ssl -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake -DHTTPLIB_TEST=ON -DHTTPLIB_REQUIRE_OPENSSL=OFF -DHTTPLIB_REQUIRE_ZLIB=ON -DHTTPLIB_REQUIRE_BROTLI=ON
|
||||||
- name: Build without SSL
|
- name: Build without SSL
|
||||||
run: cmake --build build-no-ssl --config Release
|
run: cmake --build build-no-ssl --config Release
|
||||||
- name: Run tests without SSL
|
- name: Run tests without SSL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user