1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-07 12:52:03 +00:00

Revert "upgrade 7z to 7zz (#1005)"

This reverts commit 17c0a73f9f.
This commit is contained in:
Alex Xu
2025-07-03 12:24:54 -07:00
committed by GitHub
parent 0abf620698
commit 21249854b9
7 changed files with 32 additions and 33 deletions

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 7zip python3-pip squashfs-tools libfuse2 libxcb-cursor0
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar python3-pip squashfs-tools libfuse2 libxcb-cursor0
python -m pip install --upgrade pip setuptools wheel certifi pyinstaller --no-binary pyinstaller
python -m pip install -r requirements.txt
- name: build binary