Skip to content

Commit da4d740

Browse files
committed
use system iconv to see if smoketest catches it
1 parent fb414d7 commit da4d740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macvim-buildtest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
formula: gettext
108108
contents: lib/libintl.a,lib/libintl.dylib
109-
gnuiconv: true # gettext needs to match MacVim in using the same version of iconv
109+
#gnuiconv: true # gettext needs to match MacVim in using the same version of iconv
110110

111111
# Set up, install, and cache libsodium library for encryption.
112112

@@ -233,7 +233,7 @@ jobs:
233233
fi
234234
235235
# 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
236+
#sed -i.bak -f ci/config.mk.brew-libiconv.sed src/auto/config.mk
237237
238238
- name: Modify configure result
239239
if: inputs.publish

0 commit comments

Comments
 (0)