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 40f7615 commit 973fac4Copy full SHA for 973fac4
.github/workflows/verify-build.yml
@@ -352,7 +352,7 @@ jobs:
352
curl https://libhttpserver.s3.amazonaws.com/travis_stuff/curl-8.8.0.tar -o curl-8.8.0.tar ;
353
tar -xzf curl-8.8.0.tar ;
354
cd curl-8.8.0 ;
355
- if [ "$matrix.os-type" = "ubuntu" ]; then ./configure ; else ./configure --with-darwinssl ; fi
+ if [ "$matrix.os-type" = "ubuntu" ]; then ./configure ; else ./configure --with-secure-transport ; fi
356
make ;
357
if: ${{ matrix.os == 'macos-latest' && steps.cache-CURL.outputs.cache-hit != 'true' }}
358
0 commit comments