Skip to content

Commit

Permalink
Also install po4a
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed May 21, 2024
1 parent c235683 commit f03c9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gettext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# exception to the branch protection, so we'll use that account's
# token to push to the main branch.
token: ${{ secrets.FSFE_SYSTEM_TOKEN }}
- name: Install gettext and wlc
run: sudo apt-get install -y gettext wlc
- name: Install gettext, po4a and wlc
run: sudo apt-get install -y gettext po4a wlc
- name: Lock Weblate
run: |
wlc --url https://hosted.weblate.org/api/ --key ${{secrets.WEBLATE_KEY }} lock fsfe/reuse-tool
Expand Down

0 comments on commit f03c9c9

Please sign in to comment.