-
Notifications
You must be signed in to change notification settings - Fork 49
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
apt-cache does not find packages with nektos/act #125
Comments
After further investigation: I have manually logged into the container that act had spun up, and indeed, running Indeed, inserting At this point I felt like it might not be a bug with this action so much as a problem with act - they don't seem to have I'm a little confused now... |
I would look at the package on install and then on update on the logs to see what the difference is. That would be a good start to the investigation. Post it here. |
Hi and thanks for your response. Can you elaborate on what you mean by "on install" and "on update"? |
Hi! Had this issue while trying to use this action on a pipeline. Since @BadIdeaException has seen the problem while using |
Hi, we're observing the same issue with self-hosted runners. Our runners use the RunsOn AWS images which are based on the official GitHub Action images, so I'm not entirely sure what exactly is different. Running I haven't dug into the code but I assume the action does run |
Not sure if that's simple. |
I use nektos act to debug my workflows locally before committing them.
The following minimal reproducible example:
fails:
It looks like, at the heart of it, apt-cache is unable to find the requested packages, but I haven't been able to find an exact explanation for its exit codes.
It works when I actually run it on GitHub, just not locally.
The text was updated successfully, but these errors were encountered: