mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 08:56:36 +07:00 
			
		
		
		
	Stop doing shallow clones on macOS self-hosted
This commit is contained in:
		@ -95,7 +95,7 @@ add_brew_tap() {
 | 
			
		||||
  if ! [ -d "$tap_dir/$tap" ]; then
 | 
			
		||||
    fetch_brew_tap "$tap" >/dev/null 2>&1
 | 
			
		||||
    if ! [ -d "$tap_dir/$tap" ]; then
 | 
			
		||||
      brew tap --shallow "$tap" >/dev/null 2>&1
 | 
			
		||||
      brew tap "$tap" >/dev/null 2>&1
 | 
			
		||||
    fi
 | 
			
		||||
  fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user