mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-13 08:14:06 +07:00
Disable composer process-timeout
This commit is contained in:
@ -80,6 +80,9 @@ add_tool() {
|
||||
else
|
||||
add_log "$cross" "$tool" "Could not setup $tool"
|
||||
fi
|
||||
if [ "$tool" = "composer" ]; then
|
||||
composer -q global config process-timeout 0
|
||||
fi
|
||||
}
|
||||
|
||||
add_composer_tool() {
|
||||
|
Reference in New Issue
Block a user