CI: Add Xcode compile cache to scheduled cleanup

This commit is contained in:
PatTheMav
2026-01-14 13:38:50 +01:00
committed by Ryan Foster
parent cab3a45087
commit b696f5402e
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
fi
done <<< \
"$(gh api repos/${GITHUB_REPOSITORY}/actions/caches \
--jq '.actions_caches.[] | select(.ref|test("refs/heads/master")) | select(.key|test(".*-ccache-*")) | {id, key} | join(";")')"
--jq '.actions_caches.[] | select(.ref|test("refs/heads/master")) | select(.key|test(".*-(ccache|xcode)-*")) | {id, key} | join(";")')"
echo '::endgroup::'