Skip to content

Commit d09b949

Browse files
committed
Update build_internal.yml
1 parent 8f9014a commit d09b949

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_internal.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@ jobs:
100100
arch: ${{matrix.qtarch}}
101101
host: ${{matrix.qthost}}
102102
target: desktop
103-
103+
- if: matrix.target == 'macos-latest':
104+
run: |
105+
brew install gettext
106+
brew link gettext --force
104107
- uses: actions/setup-python@v5
105108
with:
106109
python-version: ${{matrix.pythonversion}}

0 commit comments

Comments
 (0)