Skip to content

Commit 5c79e2f

Browse files
committed
sudo
1 parent 355a0e0 commit 5c79e2f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ jobs:
2626
fetch-depth: 0
2727
persist-credentials: false
2828

29+
- name: Install gettext
30+
run: |
31+
sudo apt install gettext
32+
2933
- name: Generate translation binaries
3034
run: |
31-
apt-get install gettext
3235
scripts/generate-translation-binaries.sh
3336
3437
- uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)