From f6442f9d73949ada48df2bf31840053d78f3ad17 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 14 Dec 2025 09:20:41 +0000 Subject: [PATCH] Update Nuitka installation in CI workflow Removed specific version for Nuitka installation. --- .github/workflows/compile-binary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index 48e459d..466fc64 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka==2.6.7 + pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka pip install . - name: Build binary with Nuitka run: | @@ -45,7 +45,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka==2.6.7 + pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka pip install . - name: Build binary with Nuitka run: | @@ -69,7 +69,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka==2.6.7 + pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka pip install . - name: Build binary with Nuitka run: |