We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2fe7b commit 8d6ce32Copy full SHA for 8d6ce32
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
sudo add-apt-repository ppa:inkscape.dev/stable -y # inkscape 1.2 from https://launchpad.net/~inkscape.dev/+archive/ubuntu/stable
18
sudo apt-get update
19
sudo apt-get -y install inkscape
20
+ sudo apt-get -y install gettext # translation with msgfmt
21
sudo apt-get -y install checkinstall libxml-xpath-perl # xpath
22
inkscape --version
23
python -m pip install --upgrade pip
0 commit comments