mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-08 10:40:41 +01:00
test
This commit is contained in:
parent
1ca033a612
commit
b3fa0fc89b
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -79,6 +79,9 @@ jobs:
|
|||||||
ref: 'v5.8.0'
|
ref: 'v5.8.0'
|
||||||
path: pyinstaller
|
path: pyinstaller
|
||||||
|
|
||||||
|
- name: Install pyinstaller requirements
|
||||||
|
run: pip3 install wheel
|
||||||
|
|
||||||
- name: Compile and install pyinstaller
|
- name: Compile and install pyinstaller
|
||||||
run: |
|
run: |
|
||||||
pushd bootloader
|
pushd bootloader
|
||||||
@ -87,8 +90,8 @@ jobs:
|
|||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
working-directory: pyinstaller
|
working-directory: pyinstaller
|
||||||
|
|
||||||
- name: Install python requirements
|
- name: Install sc64.py requirements
|
||||||
run: pip install -r requirements.txt
|
run: pip3 install -r requirements.txt
|
||||||
working-directory: sw/pc
|
working-directory: sw/pc
|
||||||
# env:
|
# env:
|
||||||
# PYINSTALLER_COMPILE_BOOTLOADER: true
|
# PYINSTALLER_COMPILE_BOOTLOADER: true
|
||||||
|
Loading…
Reference in New Issue
Block a user