mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 05:44:43 +08:00
CI: Add Xcode compile cache to scheduled cleanup
This commit is contained in:
@@ -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::'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user