You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Always call apt-get update before apt-get install.
I saw a recent build failure in build_renesas_ra_board. It appears
to be the case that a security update for this package was
recently issued by ubuntu for CVE-2025-4565 and the buggy version
is no longer on package servers. However, it is still referred
to by the cached apt metadata in the GitHub runners.
I added apt-get update there, and audited for other sites in
ci.sh where it might be necessary.
Signed-off-by: Jeff Epler <jepler@gmail.com>
0 commit comments