Skip to content

Commit 5c9e2c7

Browse files
committed
test don't use homebrew iconv
1 parent bbd51d6 commit 5c9e2c7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/macvim-buildtest.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,10 @@ jobs:
232232
sed -i.bak -f ci/config.mk.optimized.sed src/auto/config.mk
233233
fi
234234
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
235+
if ${{ inputs.publish == true }}; then
236+
# Use Homebrew GNU libiconv since Apple iconv has been broken since macOS 14
237+
sed -i.bak -f ci/config.mk.brew-libiconv.sed src/auto/config.mk
238+
fi
237239
238240
- name: Modify configure result
239241
if: inputs.publish

0 commit comments

Comments
 (0)