From c7cd04916d12a7d25320d1a73134a150009e01ed Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:57:19 +0100 Subject: Fix translations workflow too (#3570) * update crowdin-cli * fix translation build --- .github/workflows/translations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1a77041e..de8c773b 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -24,7 +24,7 @@ jobs: git config --global user.email "inkstitch-crowdin@lex.gd" git config --global user.name "Ink/Stitch Crowdin integration" - wget --quiet https://downloads.crowdin.com/cli/v3/crowdin-cli.zip + wget --quiet https://github.com/crowdin/crowdin-cli/releases/download/4.6.1/crowdin-cli.zip unzip -j crowdin-cli.zip sudo apt-get update @@ -44,7 +44,7 @@ jobs: python -m pip install --upgrade pip python -m pip install wheel python -m pip install pycairo - python -m pip install PyGObject + python -m pip install PyGObject==3.50.0 python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-24.04/wxPython-4.2.2-cp312-cp312-linux_x86_64.whl -- cgit v1.2.3