From 4fe9c31f29644874de5546b0332fe029fe4bcd7c Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Mon, 2 Jan 2023 17:47:05 +0800 Subject: [PATCH] fix: use nuitka 1.3.4 --- .github/workflows/nuitka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index 96c62bf..4a4e148 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -55,7 +55,7 @@ jobs: - name: Install env run: | pip install -r requirement.txt - pip install nuitka orderedset + pip install nuitka==1.3.4 orderedset # 提取 DR 版本和其他信息 - name: Display Difficult-Rocket info