We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb414d7 commit da4d740Copy full SHA for da4d740
1 file changed
.github/workflows/macvim-buildtest.yaml
@@ -106,7 +106,7 @@ jobs:
106
with:
107
formula: gettext
108
contents: lib/libintl.a,lib/libintl.dylib
109
- gnuiconv: true # gettext needs to match MacVim in using the same version of iconv
+ #gnuiconv: true # gettext needs to match MacVim in using the same version of iconv
110
111
# Set up, install, and cache libsodium library for encryption.
112
@@ -233,7 +233,7 @@ jobs:
233
fi
234
235
# Use Homebrew GNU libiconv since Apple iconv has been broken since macOS 14
236
- sed -i.bak -f ci/config.mk.brew-libiconv.sed src/auto/config.mk
+ #sed -i.bak -f ci/config.mk.brew-libiconv.sed src/auto/config.mk
237
238
- name: Modify configure result
239
if: inputs.publish
0 commit comments