patched the workflow
Some checks failed
PyInstaller Build / build (push) Failing after 10s

This commit is contained in:
2026-02-11 15:44:08 +01:00
parent 1f22e82614
commit 11da93f712

View File

@@ -13,9 +13,17 @@ jobs:
with:
python-version: '3.11'
- name: Install Dependencies
- name: Install system deps for wxPython
run: |
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libnotify-dev libsdl2-dev \
libsm-dev libwebkit2gtk-4.0-dev libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev freeglut3-dev
- name: Install Python deps
run: |
python -m pip install --upgrade pip setuptools wheel
pip install --only-binary=:all: wxPython
pip install -r requirements.txt
pip install pyinstaller