mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-31 10:47:27 +07:00
Use shivammathur/extensions tap to install vips on macOS
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -233,6 +233,7 @@ async function addExtensionDarwin(extension_csv, version) {
|
||||
case /(5\.6|7\.[0-4]|8.0)(amqp|grpc|igbinary|imagick|imap|mongodb|msgpack|^(pecl_)?http$|propro|protobuf|psr|raphf|rdkafka|redis|swoole|xdebug|xdebug2|yaml|zmq)/.test(version_extension):
|
||||
case /(7\.[1-4]|8\.0])pcov/.test(version_extension):
|
||||
case /^(5\.6|7\.[0-3])phalcon3$|^7\.[2-4]phalcon4$/.test(version_extension):
|
||||
case /(7\.[0-4]|8\.0])vips/.test(version_extension):
|
||||
command = 'add_brew_extension ' + extension_name.replace('pecl_', '');
|
||||
break;
|
||||
case /^sqlite$/.test(extension):
|
||||
|
Reference in New Issue
Block a user