We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb9b89 commit 2810598Copy full SHA for 2810598
.github/actions/configure-x64/action.yml
@@ -41,6 +41,7 @@ runs:
41
--enable-pcntl \
42
--with-readline \
43
--enable-mbstring \
44
+ $(if [ -f /etc/alpine-release ]; then echo --with-iconv=/usr/include/gnu-libiconv; else echo ; fi) \
45
--with-curl \
46
--with-gettext \
47
--enable-sockets \
0 commit comments