Skip to content

Commit 8cba479

Browse files
committed
GHA/macos: drop options no longer necessary
Follow-up to 7673c12 curl#14674
1 parent 10873ec commit 8cba479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ jobs:
609609
mkdir bld && cd bld && ../configure --enable-warnings --enable-werror \
610610
--disable-dependency-tracking \
611611
--disable-docs --disable-manual \
612-
--without-nghttp2 --without-libidn2 --without-apple-idn \
612+
--without-nghttp2 --without-libidn2 \
613613
--without-libpsl \
614614
${options}
615615
else
@@ -621,7 +621,7 @@ jobs:
621621
"-DCMAKE_IGNORE_PREFIX_PATH=$(brew --prefix)" \
622622
"-DCMAKE_C_COMPILER_TARGET=$(uname -m | sed 's/arm64/aarch64/')-apple-darwin$(uname -r)" \
623623
-DBUILD_LIBCURL_DOCS=OFF -DBUILD_MISC_DOCS=OFF -DENABLE_CURL_MANUAL=OFF \
624-
-DUSE_NGHTTP2=OFF -DUSE_LIBIDN2=OFF -DUSE_APPLE_IDN=OFF \
624+
-DUSE_NGHTTP2=OFF -DUSE_LIBIDN2=OFF \
625625
-DCURL_USE_LIBPSL=OFF -DCURL_USE_LIBSSH2=OFF \
626626
${options}
627627
fi

0 commit comments

Comments
 (0)