-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to find node12 #72
Comments
I'm unable to reproduce this problem (macOS 10.14), I need your help to identify the problem on your system.
I hope to find a way to autofix this error inside the Runner. Edit
|
Thanks @ChristopherHX. Here you go output of
Ran Ran
Here's the output I have following |
I ran it was successful. After that I ran the job once again and got the same error. |
I'm confused that mounting your non empty Could you please try to extracting the runner in your Home folder and not in opt ?e.g.
And try run your workflow with this one? |
Does this work? Just mounting it with docker not the runner
EDIT |
Wait really? extracting the runner in /usr/local/opt/github-actions-runner/actions-runner doesn't work, maybe docker has no permission to bind mount that folder. Related issue: docker/for-mac#3582 You need to store this runner in whitelisted locations: |
ohh.. got it... It wasn't listed as part of file sharing in my |
I will close this issue. Guess it will be worthwhile to capture that the installation directory needs to be accessible to Thank you very much for this great time-saving project. |
I updated the ReadMe to reflect your issue. The official runner blocks docker on macOS runners, therefore this limitation is only relevant for this fork. Uses in Composite Actions Ready for Experiments :) in 3.2.2 |
Describe the bug
While Running
Runner.client
, following error is thrownOCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknown
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To complete the run successfully
Runner Version and Platform
Version of your runner?
3.2.1
OS of the machine running the runner? OSX/Windows/Linux/...
OSX
What's not working?
Job Log Output
log output
Runner and Worker's Diagnostic Logs
github action
The text was updated successfully, but these errors were encountered: