1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-30 10:01:58 +00:00

remove references to qt5

This commit is contained in:
Alex Xu
2023-06-30 10:57:27 -07:00
parent b51c87e3bc
commit 5c1408e7b7
5 changed files with 10 additions and 17 deletions

View File

@@ -34,8 +34,8 @@ jobs:
- name: Install python dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar python3-pyqt5 python3-pip squashfs-tools libfuse2
python -m pip install --upgrade pip setuptools wheel certifi pyinstaller PyQt6 --no-binary pyinstaller
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar python3-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
run: |