-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error: EACCES: permission denied, open '/__w/_temp/_runner_file_commands/save_state_2b00fafd-10c3-4255-90f8-57582bc4e694' #1
Comments
the problem is that I added a non root user as the default one into my image generation (Rust couldn't find it's files) If you force the user back to root aka uid 0 then it should work in most cases. ubuntu-latest:
runs-on: ubuntu-latest
container:
image: christopherhx/runner-images:ubuntu20-runner-medium-hostedtoolcache-20231126.1.0 # No ghcr.io/ prefix?
options: --user 0 # run a non root container as root to be compatible
steps:
- uses: actions/checkout@v4
- run: uname -a Don't you need a |
Yes, I put |
Set it up as you did and it's working fine now. I very much agree that github action uses |
I'm not shure what your idea is here. The server part of my The client part of my It's indeed possible to create a script
How exactly that script need to look like needs trial and error on a m-series mac. |
I seem to have some problems using
ChristopherHX/runner-image-blobs
. It will prompt the following error:The text was updated successfully, but these errors were encountered: