Skip to content

Commit beffde6

Browse files
committed
yoe.yml: Use yoe_clean_sstate function from envsetup
Signed-off-by: Khem Raj <[email protected]>
1 parent 25828e9 commit beffde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yoe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
- name: Clean shared state
8282
run: |
8383
cd yoe
84-
/bin/bash -c ". ./envsetup.sh qemuarm64 && ./sources/poky/scripts/sstate-cache-management.sh -d -y"
84+
/bin/bash -c ". ./envsetup.sh qemuarm64 && ./sources/poky/scripts/sstate-cache-management.py -d --remove-orphans -y "

0 commit comments

Comments
 (0)