Files
runner-images-sangeeth/images/macos/provision/configuration/cleanup-brew.sh

8 lines
249 B
Bash

#!/bin/bash -e -o pipefail
###########################################################################
# The script removes local Homebrew cache
#
###########################################################################
rm -rf "$(brew --cache)"