We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 occured when several self-hosted runners on the same machine executes in parallel.
—————————————————— Package tasks using: ruby/setup-ruby-pkgs 1.33.2 apt-get update apt-get update sudo apt-get -o Acquire::Retries=3 -qy update Reading package lists... E: Could not get lock /var/lib/apt/lists/lock. It is held by process 497290 (apt-get) E: Unable to lock directory /var/lib/apt/lists/ Error: Command failed: sudo apt-get -o Acquire::Retries=3 -qy update
Is it possible to add action's input param like apt-get-retry-count or retry-count to allow custom configuration of retries count?
apt-get-retry-count
retry-count
The text was updated successfully, but these errors were encountered:
I'll have a look this weekend.
several self-hosted runners on the same machine executes in parallel.
Aren't they in VM's? Just wondering why the lock...
Sorry, something went wrong.
No branches or pull requests
Error occured when several self-hosted runners on the same machine executes in parallel.
Is it possible to add action's input param like
apt-get-retry-count
orretry-count
to allow custom configuration of retries count?The text was updated successfully, but these errors were encountered: