This commit is contained in:
iFargle 2023-10-03 14:46:16 +09:00
parent 16ed266d9d
commit c6371414ca

View file

@ -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
run: rm -rf /.cache
- if: always()
run: rm -rf ${{ github.worksspace }}