You've already forked cache-root
mirror of
https://github.com/armbian/cache-root.git
synced 2026-01-06 10:38:58 -08:00
Update include.yml
This commit is contained in:
3
.github/workflows/include.yml
vendored
3
.github/workflows/include.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user