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