We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67620ec commit 956bac5Copy full SHA for 956bac5
.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