1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-30 18:11:49 +00:00

Update package-linux.yml

This commit is contained in:
Alex Xu
2023-07-01 11:21:56 -07:00
committed by GitHub
parent 829334556f
commit 7e82f492c6

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install python dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar python3-pyside6 python3-pip squashfs-tools libfuse2
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar pyside6 python3-pip squashfs-tools libfuse2
python -m pip install --upgrade pip setuptools wheel certifi pyinstaller pyside6 --no-binary pyinstaller
python -m pip install -r requirements.txt
- name: build binary