Skip to content

Commit 50a1d97

Browse files
authored
Add librsvg2-bin to APT dependencies installation
1 parent a0e4e04 commit 50a1d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION
5858
5959
- name: Install APT dependencies
60-
run: sudo apt update -y && sudo apt install gettext -y
60+
run: sudo apt update -y && sudo apt install gettext librsvg2-bin -y
6161

6262
# 3- Pull translations
6363

0 commit comments

Comments
 (0)