Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package metadata before installing packages
On Discord, @FoamyGuy mentioned that some builds were failing at the "install deps" step with a message like: ``` E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libudev-dev_237-3ubuntu10.33_amd64.deb 404 Not Found [IP: 52.177.174.250 80] ``` This kind of error can occur when the package metadata is out of date and this specific package version was superseded by another in a security update. Ideally, the image supplied by github would always be up to date, but if it's not, then doing the "update" will ensure that the metadata is right at the cost of probably just 1-2s of runtime.
- Loading branch information