Add missing self_hosted_helper in darwin.sh

This commit is contained in:
Shivam Mathur 2025-04-30 15:30:13 +05:30
parent ec0360b904
commit 755f6046e1
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -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"