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
https://github.com/nektos/act is a GitHub runner.
It doesn't have a package catalog already pre-fetched, so the step sudo apt-get install -y lcov fails.
sudo apt-get install -y lcov
It would be great if sudo apt-get update is run if the package catalog is missing, so that act will work.
sudo apt-get update
act
The text was updated successfully, but these errors were encountered:
deps: bump esbuild from 0.19.9 to 0.19.11 (zgosalvez#14)
288bdf5
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.9 to 0.19.11. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.19.9...v0.19.11) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
https://github.com/nektos/act is a GitHub runner.
It doesn't have a package catalog already pre-fetched, so the step
sudo apt-get install -y lcov
fails.It would be great if
sudo apt-get update
is run if the package catalog is missing, so thatact
will work.The text was updated successfully, but these errors were encountered: