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: |