diff --git a/.github/workflows/build-unix-mac-win.yml b/.github/workflows/build-unix-mac-win.yml index 2c70fe74..cd699def 100644 --- a/.github/workflows/build-unix-mac-win.yml +++ b/.github/workflows/build-unix-mac-win.yml @@ -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