bootloader recompile test

This commit is contained in:
Flowseal 2026-04-08 00:11:07 +03:00
parent 097bb9d0b7
commit 8e1e3fcc45
1 changed files with 5 additions and 2 deletions

View File

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