There was an error while loading. Please reload this page.
1 parent 2badeb8 commit 60f5014Copy full SHA for 60f5014
1 file changed
.github/workflows/ci.yml
@@ -139,7 +139,9 @@ jobs:
139
140
- name: Install gettext (macOS)
141
if: runner.os == 'macOS'
142
- run: brew install gettext
+ run: |
143
+ brew install gettext
144
+ sudo ln -sfn $(brew --prefix gettext) /usr/local/opt/gettext
145
146
- name: Set up Python
147
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
0 commit comments