mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
move source code to public
This commit is contained in:
8
images/macos/provision/core/php.sh
Normal file
8
images/macos/provision/core/php.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo Installing PHP
|
||||
brew install php
|
||||
|
||||
echo Installing composer
|
||||
brew install composer
|
||||
Reference in New Issue
Block a user