Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 60f5014

Browse files
committed
chore(ci): Attempt to ressurect GH workflows
Signed-off-by: Paul Horton <phorton@sonatype.com>
1 parent 2badeb8 commit 60f5014

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ jobs:
139139

140140
- name: Install gettext (macOS)
141141
if: runner.os == 'macOS'
142-
run: brew install gettext
142+
run: |
143+
brew install gettext
144+
sudo ln -sfn $(brew --prefix gettext) /usr/local/opt/gettext
143145
144146
- name: Set up Python
145147
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

0 commit comments

Comments
 (0)