Skip to content

Commit

Permalink
[ci] Added gettext to installed system packages
Browse files Browse the repository at this point in the history
Needed to run "compilemessages".
  • Loading branch information
nemesifier committed Jan 6, 2022
1 parent 52e2218 commit c90d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install system libraries
run: |
sudo apt update
sudo apt-get -qq -y install xmlsec1
sudo apt-get -qq -y install xmlsec1 gettext
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit c90d064

Please sign in to comment.