Closed agunapal closed 4 months ago
I get this error when trying to setup on a self hosted runner
Run medyagh/setup-minikube@latest Error: EACCES: permission denied, mkdir '/home/runner'
I guess thats expected since there is no user called runner.
runner
How do I get around this?
Hi @agunapal, the issue is we actually have /home/runner hardcoded, I'll update this to use os.homedir()
/home/runner
os.homedir()
https://github.com/medyagh/setup-minikube/blob/9ed194ee345beecad406ec1b59b177509f00dcf2/src/download.ts#L55
I get this error when trying to setup on a self hosted runner
I guess thats expected since there is no user called
runner
.How do I get around this?