Add missing self_hosted_helper in darwin.sh
This commit is contained in:
parent
ec0360b904
commit
755f6046e1
1 changed files with 5 additions and 0 deletions
|
|
@ -213,6 +213,11 @@ get_scan_dir() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Function to handle self-hosted runner setup.
|
||||
self_hosted_helper() {
|
||||
:
|
||||
}
|
||||
|
||||
# Function to Setup PHP.
|
||||
setup_php() {
|
||||
step_log "Setup PHP"
|
||||
|
|
|
|||
Loading…
Reference in a new issue