Skip to content

Commit 0519050

Browse files
committed
Ensure gettext is available.
1 parent 7010414 commit 0519050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install --upgrade setuptools wheel
2626
pip install -r requirements.txt
2727
lektor plugins reinstall
28-
brew install msgfmt
28+
brew install gettext
2929
- name: Clean
3030
run : |
3131
lektor clean -O output --yes

0 commit comments

Comments
 (0)