Skip to content
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

Can't use with self-hosted runner at Organization/Group level #176

Open
RaulTrombin opened this issue Nov 7, 2023 · 2 comments
Open

Can't use with self-hosted runner at Organization/Group level #176

RaulTrombin opened this issue Nov 7, 2023 · 2 comments

Comments

@RaulTrombin
Copy link

- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@stable
- name: Rust | Cache
  uses: Swatinem/rust-cache@v2
  with:
    prefix-key: "rust-cache"
    shared-key: "benchmark"

A job that uses rust-cache worked fine using it locally on my repository, but when I used on a self-hosted runner at group level for company, it fails. Any tips on how to debug it?

Raw Logs
Action

@alon-dotan-starkware
Copy link

same here...
any idea?

@RaulTrombin
Copy link
Author

same here... any idea?

please check bench job here.

Idk what I did to solve this, my runner is installed as a service (from ./svc.sh install),
I think the issue was related to the runner permissions, are you using /run.sh or installed the service, please check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants