From 9233ae66a2915d9f08e48787ac10f2ca688f4f30 Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:13:58 -0400 Subject: [PATCH] i hate this cache!!! --- .github/workflows/python-app.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 798d80e..33e10a6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -30,6 +30,13 @@ jobs: - name: Install Nuitka run: | 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 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