Skip to content

Comments

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

Merged
Benoît Cortier (CBenoit) merged 1 commit intoDevolutions:masterfrom
glamberson:fix/ci-apt-update
Feb 18, 2026
Merged

ci: run apt-get update before installing devel packages#1110
Benoît Cortier (CBenoit) merged 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
Copy link
Member

@CBenoit Benoît Cortier (CBenoit) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you

@CBenoit Benoît Cortier (CBenoit) merged commit 482c5f5 into Devolutions:master Feb 18, 2026
10 checks passed
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.

3 participants