mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
i hate this cache!!!
This commit is contained in:
7
.github/workflows/python-app.yml
vendored
7
.github/workflows/python-app.yml
vendored
@@ -30,6 +30,13 @@ jobs:
|
|||||||
- name: Install Nuitka
|
- name: Install Nuitka
|
||||||
run: |
|
run: |
|
||||||
uv add nuitka
|
uv add nuitka
|
||||||
|
- name: Clear Build Cache
|
||||||
|
run: |
|
||||||
|
rm -rf ~/.nuitka
|
||||||
|
rm -rf PyTaiko.dist
|
||||||
|
rm -rf PyTaiko.build
|
||||||
|
shell: bash
|
||||||
|
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