mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[macOS] Rename build scripts (#8887)
Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
16
images/macos/scripts/build/install-php.sh
Normal file
16
images/macos/scripts/build/install-php.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
################################################################################
|
||||
## File: install-php.sh
|
||||
## Desc: Install PHP
|
||||
################################################################################
|
||||
|
||||
source ~/utils/utils.sh
|
||||
|
||||
echo Installing PHP
|
||||
phpVersionToolset=$(get_toolset_value '.php.version')
|
||||
brew_smart_install "php@${phpVersionToolset}"
|
||||
|
||||
echo Installing composer
|
||||
brew_smart_install "composer"
|
||||
|
||||
invoke_tests "PHP"
|
||||
Reference in New Issue
Block a user