Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4c8c96

Browse files
authored
Remove gettext installation from sync.yml
1 parent 44150e2 commit c4c8c96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/sync.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ 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-
8178
- name: Install Python dependencies
8279
run: |
8380
pip install -r requirements.txt

0 commit comments

Comments
 (0)