Skip to content

Commit 95997de

Browse files
authored
Re-add gettext installation required by powrap
1 parent 2fd2458 commit 95997de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
cd /usr/local/bin
7676
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION
7777
78+
- name: Install APT dependencies
79+
run: sudo apt update -y && sudo apt install gettext -y
80+
7881
- name: Install Python dependencies
7982
run: |
8083
pip install -r requirements.txt

0 commit comments

Comments
 (0)