Skip to content

Commit 37751f3

Browse files
committed
5.1.6
1 parent 6449004 commit 37751f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish_to_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Compile *po files for localisation
2727
run: |
28-
apt-get install -y gettext
28+
sudo apt-get -y install gettext
2929
for L in fotokilof/locale/??; do
3030
if [ -e $L/LC_MESSAGES/fotokilof.po ]; then
3131
msgfmt $L/LC_MESSAGES/fotokilof.po -o $L/LC_MESSAGES/fotokilof.mo

0 commit comments

Comments
 (0)