mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 12:29:40 +00:00
next try adding patchelf installation
This commit is contained in:
parent
757debce3a
commit
b10c023810
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -22,8 +22,12 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt-get install patchelf -y
|
||||
pip install -r requirements.txt
|
||||
pip install nuitka
|
||||
sudo apt install patchelf
|
||||
|
||||
- name: Build and package
|
||||
run: python3 -m nuitka StartUI.py --onefile --enable-plugin=pyqt5 --product-version=1.6.0 --disable-console --include-data-files=webuiGUI.py=webuiGUI.py --output-dir=./dist --noinclude-pytest-mode=nofollow --noinclude-setuptools-mode=nofollow
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user