Update win7 build according to #292

This commit is contained in:
Flowseal
2026-03-23 09:12:06 +03:00
parent f3d05f7efc
commit f95b9b7da0

View File

@@ -93,7 +93,7 @@ jobs:
cache: "pip"
- name: Install dependencies (Win7 x86)
run: pip install ".[win7]"
run: pip install .
- name: Install PyInstaller (Win7 x86)
run: pip install "pyinstaller==5.13.2"