Skip to content

Commit

Permalink
fix: Add gettext to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theotime2005 committed Dec 23, 2024
1 parent 8db2d25 commit e7cd8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Create release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
bash -c "
# Install zip and set up Python environment
apt-get update && apt-get install -y zip && \
apt-get install -y gettext && \
python3 -m venv venv && venv/bin/pip install --no-index --find-links whl bnote-3.1.0-py3-none-any.whl && \
# Run the generate script
Expand Down

0 comments on commit e7cd8f2

Please sign in to comment.