Files
runner-images/images/macos/scripts/build/cleanup-brew.sh
2023-11-15 12:12:28 +01:00

8 lines
249 B
Bash

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