mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-13 17:14:42 +07:00
Add missing self_hosted_helper in darwin.sh
This commit is contained in:
@ -213,6 +213,11 @@ get_scan_dir() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Function to handle self-hosted runner setup.
|
||||||
|
self_hosted_helper() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
# Function to Setup PHP.
|
# Function to Setup PHP.
|
||||||
setup_php() {
|
setup_php() {
|
||||||
step_log "Setup PHP"
|
step_log "Setup PHP"
|
||||||
|
Reference in New Issue
Block a user