diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-10 18:49:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 18:49:23 +0100 |
| commit | 23a9e673672048556e0c5f2407a601fb6389dfae (patch) | |
| tree | 5331486bf05a8cf33520e2dc0bfc652cab71fa1a /.github | |
| parent | 393a4af504ab6a68f75e55d1a468081589f29c68 (diff) | |
Fix linux builds (#3568)
Diffstat (limited to '.github')
| -rwxr-xr-x[-rw-r--r--] | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de20b889..31bf207a 100644..100755 --- 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 @@ -126,7 +126,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 |
