mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
Update main.yml
This commit is contained in:
@@ -25,7 +25,12 @@ jobs:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
sudo apt-get install -y \
|
||||
libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor0 \
|
||||
libxcb-keysyms1 libxcb-render-util0 libxcb-icccm4 \
|
||||
libxcb-image0 libxcb-shape0 libxcb-util1
|
||||
|
||||
- name: Build executable
|
||||
run: pyinstaller --onefile main.py
|
||||
|
||||
Reference in New Issue
Block a user