Skip to content

ci: run apt-get update before installing devel packages#1110

Open
glamberson wants to merge 1 commit intoDevolutions:masterfrom
glamberson:fix/ci-apt-update
Open

ci: run apt-get update before installing devel packages#1110
glamberson wants to merge 1 commit intoDevolutions:masterfrom
glamberson:fix/ci-apt-update

Conversation

@glamberson
Copy link
Contributor

Summary

  • Add apt-get update before apt-get install in the Linux CI job to prevent stale apt cache 404 errors

The ubuntu-latest runner's package index can reference superseded package versions (currently libasound2-dev 1.2.11-1ubuntu0.1), causing the install step to fail with a 404. This is currently breaking the Linux check on all open PRs (e.g. #1104).

Test plan

  • Verify Checks [linux] passes after merge

The GitHub Actions ubuntu-latest runner's apt cache can become stale,
causing 404 errors when installing packages (e.g. libasound2-dev).
Running apt-get update first ensures the package index is current.
@glamberson glamberson requested review from a team as code owners February 17, 2026 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants