Update compile-binary.yml

This commit is contained in:
Knugi
2024-06-09 07:36:58 +00:00
committed by GitHub
parent f080e2d4ea
commit 33763b5f41

View File

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