From c6371414ca1a14d44f85abe56449d509b5163dce Mon Sep 17 00:00:00 2001
From: iFargle <albert@sysctl.io>
Date: Tue, 3 Oct 2023 14:46:16 +0900
Subject: [PATCH] test

---
 .forgejo/workflows/build-iso.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.forgejo/workflows/build-iso.yml b/.forgejo/workflows/build-iso.yml
index e42f7600..0ce49ae6 100644
--- a/.forgejo/workflows/build-iso.yml
+++ b/.forgejo/workflows/build-iso.yml
@@ -33,4 +33,6 @@ jobs:
     - run: echo "The workflow is now ready to test your code on the runner."
     - run: echo "This job's status is ${{ job.status }}."
     - if: always()
-      run:  rm -rf /.cache
\ No newline at end of file
+      run:  rm -rf /.cache
+    - if: always()
+      run: rm -rf ${{ github.worksspace }}
\ No newline at end of file