mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:07:18 +03:00
GHA/macos: disable AppleIDN for autotools in combinations jobs
Without libidn2, AppleIDN gets enabled by default in autotools.
To remain minimal and match cmake.
Follow-up to 8de8fe8c98 #14401
This commit is contained in:
parent
0c4f05c6ee
commit
d76389d82f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -585,7 +585,7 @@ jobs:
|
|||
mkdir bld && cd bld && ../configure --enable-warnings --enable-werror \
|
||||
--disable-dependency-tracking \
|
||||
--disable-docs --disable-manual \
|
||||
--without-nghttp2 --without-libidn2 \
|
||||
--without-nghttp2 --without-libidn2 --without-apple-idn \
|
||||
--without-libpsl \
|
||||
${options}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue