tryed to fix workflows
All checks were successful
PyInstaller Build / build (push) Successful in 2m16s

This commit is contained in:
2026-02-11 15:51:51 +01:00
parent 4b1678914b
commit 6e0b530e3d

View File

@@ -20,7 +20,7 @@ jobs:
libnotify-dev \
libsdl2-dev \
libsm-dev \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-4.1-dev \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
freeglut3-dev \
@@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install wxPython # Ohne --only-binary flag
pip install wxPython
pip install pyinstaller
- name: Build with PyInstaller