Skip to content

Commit 7c2a796

Browse files
committed
install macOS dependencies
1 parent a400cb7 commit 7c2a796

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/run-tests/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ inputs:
1616
runs:
1717
using: 'composite'
1818
steps:
19+
- name: Install gettext (fix libintl)
20+
run: |
21+
brew install gettext
22+
brew link --force gettext
23+
shell: bash
1924
- uses: actions/setup-python@v5
2025
with:
2126
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)