Skip to content

Commit 52ac7a2

Browse files
Merge pull request #14 from TC999/main
解决编译失败
2 parents b8e14f0 + c9cab9a commit 52ac7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: 安装依赖
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install -r requirements.txt -U nuitka zstandard ordered-set
25+
pip install -r requirements.txt -U nuitka==2.5.1 zstandard ordered-set
2626
- name: 编译
2727
run:
2828
python -m nuitka --mingw64 --assume-yes-for-downloads --standalone --remove-output --windows-console-mode="disable" --jobs=8 --enable-plugins="pyqt5" --output-dir="dist" --main="main.py" --windows-icon-from-ico="icon.ico" --company-name="DaYe" --product-name="WindowsCleaner" --file-version="5.0.0" --product-version="5.0" --file-description="WindowsCleaner" --copyright="DaYe" --trademarks="DaYe"

0 commit comments

Comments
 (0)