mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-10-16 16:25:11 +07:00
Fix tool-cache directory on self-hosted runners
This commit is contained in:
@ -212,7 +212,7 @@ get_scan_dir() {
|
||||
|
||||
# Function to handle self-hosted runner setup.
|
||||
self_hosted_helper() {
|
||||
:
|
||||
sudo mkdir -p /opt/hostedtoolcache >/dev/null 2>&1 || true
|
||||
}
|
||||
|
||||
# Function to Setup PHP.
|
||||
|
Reference in New Issue
Block a user