diff options
Diffstat (limited to '.github')
| -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 |
