bootloader recompile test
This commit is contained in:
parent
097bb9d0b7
commit
8e1e3fcc45
|
|
@ -32,8 +32,11 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install .
|
run: pip install .
|
||||||
|
|
||||||
- name: Install pyinstaller
|
- name: Build PyInstaller bootloader from source
|
||||||
run: pip install "pyinstaller==6.16.0"
|
run: |
|
||||||
|
pip install "pyinstaller==6.16.0" --no-binary pyinstaller
|
||||||
|
env:
|
||||||
|
PYINSTALLER_COMPILE_BOOTLOADER: 1
|
||||||
|
|
||||||
- name: Build EXE with PyInstaller
|
- name: Build EXE with PyInstaller
|
||||||
run: pyinstaller packaging/windows.spec --noconfirm
|
run: pyinstaller packaging/windows.spec --noconfirm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue