mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
8 lines
102 B
Bash
8 lines
102 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
echo Installing PHP
|
|
brew install php
|
|
|
|
echo Installing composer
|
|
brew install composer |