mirror of
https://github.com/actions/runner-images.git
synced 2025-12-26 19:38:57 +08:00
* Cache Update Some base images of the ubuntu on AWS contains an outdated cache. So, when tries to installs the package we receive an error `unable to locate package`. To install the package, added the line `apt-get update` to update the cache. * Rebase and commit