tryed to fix workflows
All checks were successful
PyInstaller Build / build (push) Successful in 2m16s
All checks were successful
PyInstaller Build / build (push) Successful in 2m16s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user