From 227a229f1ff79e348eb1cbb4ed15be6ce8234352 Mon Sep 17 00:00:00 2001 From: Ajit Johnson Nirmal Date: Wed, 24 Apr 2024 20:22:42 -0400 Subject: [PATCH] Update build-unix-mac-win.yml --- .github/workflows/build-unix-mac-win.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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