From 8a01e491b9cfccb1a41e8fa77f8203bcaa5be395 Mon Sep 17 00:00:00 2001 From: rejbasket Date: Wed, 2 Apr 2025 17:06:56 +0200 Subject: [PATCH] set version PyGObject for Linux to fix build error --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 108af0d63..f52fed8dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: python -m pip debug 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-20.04/wxPython-4.2.2-cp39-cp39-linux_x86_64.whl @@ -125,7 +125,7 @@ jobs: python -m pip debug 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