Skip to content

Commit 973fac4

Browse files
authored
--darwin-ssl does not exist anymore.
Update to use new option --with-secure-transport
1 parent 40f7615 commit 973fac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
curl https://libhttpserver.s3.amazonaws.com/travis_stuff/curl-8.8.0.tar -o curl-8.8.0.tar ;
353353
tar -xzf curl-8.8.0.tar ;
354354
cd curl-8.8.0 ;
355-
if [ "$matrix.os-type" = "ubuntu" ]; then ./configure ; else ./configure --with-darwinssl ; fi
355+
if [ "$matrix.os-type" = "ubuntu" ]; then ./configure ; else ./configure --with-secure-transport ; fi
356356
make ;
357357
if: ${{ matrix.os == 'macos-latest' && steps.cache-CURL.outputs.cache-hit != 'true' }}
358358

0 commit comments

Comments
 (0)