mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
[macOS] Disable removing default Xcode CLT for macOS-15 (#10691)
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
|
||||
source ~/utils/utils.sh
|
||||
|
||||
if is_Sequoia; then
|
||||
sudo rm -rf /Library/Developer/CommandLineTools
|
||||
sudo xcode-select --install
|
||||
fi
|
||||
|
||||
echo "Installing bicep cli..."
|
||||
brew tap azure/bicep
|
||||
brew_smart_install bicep
|
||||
|
||||
Reference in New Issue
Block a user