Skip to content

Commit

Permalink
Update build-unix-mac-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson authored Apr 25, 2024
1 parent 00c0996 commit 227a229
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-unix-mac-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
steps:
- name: Checkout current branch
uses: actions/checkout@v4

- name: Install dependencies on macOS
if: matrix.os == 'macos-latest'
run: |
brew install gettext
brew link --force gettext
- name: Install required version of Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 227a229

Please sign in to comment.