From 31dfbc7051834b6363f20059c6003f68f88e2a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 3 Mar 2023 15:05:39 +0100 Subject: [PATCH] Update include.yml --- .github/workflows/include.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index 3b1ccfe..1be1dea 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -117,6 +117,9 @@ jobs: - name: Create rootfs ${{env.RELEASE}}:${{env.ARCH}} (variant ${{env.VARIANT}}) (desktop ${{env.DESKTOP}}) id: rootfs run: | + + # clean rootfs folder. This is needed when we use self-hosted runners. This needs to be solved better way, so this is just a workaround + [[ -d cache/rootfs ]] && rm -rf cache/rootfs/* DESKTOP_ENVIRONMENT="${{env.DESKTOP}}" BUILD_DESKTOP="yes"