diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-10 19:57:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 19:57:19 +0100 |
| commit | c7cd04916d12a7d25320d1a73134a150009e01ed (patch) | |
| tree | fdac69c73308fea1149d16f1578aede2f23b03d8 | |
| parent | 23a9e673672048556e0c5f2407a601fb6389dfae (diff) | |
Fix translations workflow too (#3570)
* update crowdin-cli
* fix translation build
| -rw-r--r-- | .github/workflows/translations.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
