diff --git a/runner-clean/action.yml b/runner-clean/action.yml index fdc0e24..533f6a4 100644 --- a/runner-clean/action.yml +++ b/runner-clean/action.yml @@ -17,6 +17,7 @@ runs: shell: bash run: | + sudo rm -rf cache/rootfs/* sudo rm -rf output/{images,debs,debs-beta}/* - name: "Fix permissions"