mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update main.yml
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user