fix niughly + remove dependancy

This commit is contained in:
xgui4
2026-04-01 01:05:13 -04:00
parent 2e634a5e3c
commit bb3ed82ea8
3 changed files with 1 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Build with Nuitka
run: |
hatch run python -m nuitka--standalone --output-dir=dist src/main.py
hatch run python -m nuitka--standalone --assume-yes-for-download -output-dir=dist src/main.py
- name: Package Windows build
if: matrix.os == 'windows-latest'