Update main.yml

This commit is contained in:
Yonokid
2025-06-12 13:23:16 -04:00
parent 50ba044cf0
commit b3a215ad8c

View File

@@ -30,13 +30,13 @@ jobs:
- name: Install Nuitka - name: Install Nuitka
run: | run: |
uv add nuitka uv add nuitka
- name: Clear Build Cache - name: Clear Build Cache
run: | run: |
rm -rf ~/.nuitka rm -rf ~/.nuitka
rm -rf PyTaiko.dist rm -rf PyTaiko.dist
rm -rf PyTaiko.build rm -rf PyTaiko.build
shell: bash shell: bash
continue-on-error: true continue-on-error: true
- name: Build Executable - name: Build Executable
run: | run: |
uv run nuitka --mode=app --remove-output --output-dir=. --include-module=raylib,moviepy,numpy,sounddevice,soundfile,tomlkit --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow PyTaiko.py uv run nuitka --mode=app --remove-output --output-dir=. --include-module=raylib,moviepy,numpy,sounddevice,soundfile,tomlkit --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow PyTaiko.py