comprehensive-rust
comprehensive-rust copied to clipboard
Run `apt update` before `apt install`
The VMs on GitHub have updated APT caches.
Are you sure this isn't going to cause problems in future if the cache gets out of date?
Are you sure this isn't going to cause problems in future if the cache gets out of date?
It has been working fine for me in all my repositories for years. However, you're actually right that this isn't ensured or recommended (I finally looked up the documentation).
Let me retool this PR to add apt update to the other command lines as well.