mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-29 12:58:00 +08:00
[macos] cleanup Homebrew cache after image generation (#8182)
This commit is contained in:
7
images/macos/provision/configuration/cleanup-brew.sh
Normal file
7
images/macos/provision/configuration/cleanup-brew.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
###########################################################################
|
||||
# The script removes local Homebrew cache
|
||||
#
|
||||
###########################################################################
|
||||
|
||||
rm -rf "$(brew --cache)"
|
||||
Reference in New Issue
Block a user