Skip to content

Commit 755f604

Browse files
committed
Add missing self_hosted_helper in darwin.sh
1 parent ec0360b commit 755f604

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/scripts/darwin.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ get_scan_dir() {
213213
fi
214214
}
215215

216+
# Function to handle self-hosted runner setup.
217+
self_hosted_helper() {
218+
:
219+
}
220+
216221
# Function to Setup PHP.
217222
setup_php() {
218223
step_log "Setup PHP"

0 commit comments

Comments
 (0)