Skip to content

Fix linux CI workflow - #776

Open
aazz180 wants to merge 1 commit into
librepods-org:mainfrom
aazz180:main
Open

Fix linux CI workflow#776
aazz180 wants to merge 1 commit into
librepods-org:mainfrom
aazz180:main

Conversation

@aazz180

@aazz180 aazz180 commented Sep 8, 2026

Copy link
Copy Markdown

Fixes the bug where compiling for Linux using the default workflow crashes due to a missing package.

Copilot AI lite review requested due to automatic review settings September 8, 2026 23:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

The change is minimal, targeted to the stated CI failure cause, and does not introduce behavioral or structural risk beyond adding a build dependency.

Pull request overview

This PR updates the Linux CI workflow to install an additional system dependency required for successful compilation on Ubuntu runners, addressing a crash caused by a missing package during the default Linux build workflow.

Changes:

  • Add libpulse-dev to the apt-get install dependency list for the Linux CI job.
File summaries
File Description
.github/workflows/ci-linux.yml Adds the missing libpulse-dev package to unblock Linux CI builds.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants