From 33763b5f412de428cc09f699d50e48d74983a439 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 9 Jun 2024 07:36:58 +0000 Subject: [PATCH] Update compile-binary.yml --- .github/workflows/compile-binary.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index 4eca4a0..be1b723 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -16,11 +16,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka + pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka==2.3 pip install . - name: Build binary with Nuitka run: | @@ -40,11 +40,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka + pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka==2.3 pip install . - name: Build binary with Nuitka run: | @@ -64,11 +64,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka + pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka==2.3 pip install . - name: Build binary with Nuitka run: |