mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[macOS 13] cleanup yarn cache (#8240)
This commit is contained in:
@@ -28,9 +28,8 @@ rm -rf ~/.fastlane
|
|||||||
npm cache clean --force
|
npm cache clean --force
|
||||||
|
|
||||||
# Clean yarn cache
|
# Clean yarn cache
|
||||||
if ! is_Ventura; then
|
yarn cache clean
|
||||||
yarn cache clean
|
|
||||||
fi
|
|
||||||
# Clean up temporary directories
|
# Clean up temporary directories
|
||||||
sudo rm -rf ~/utils /tmp/*
|
sudo rm -rf ~/utils /tmp/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user