mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 17:06:37 +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
 | 
					  if ! [ -d "$tap_dir/$tap" ]; then
 | 
				
			||||||
    fetch_brew_tap "$tap" >/dev/null 2>&1
 | 
					    fetch_brew_tap "$tap" >/dev/null 2>&1
 | 
				
			||||||
    if ! [ -d "$tap_dir/$tap" ]; then
 | 
					    if ! [ -d "$tap_dir/$tap" ]; then
 | 
				
			||||||
      brew tap --shallow "$tap" >/dev/null 2>&1
 | 
					      brew tap "$tap" >/dev/null 2>&1
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user