Skip to content

Stabilize video-feature CI install step on ubuntu-latest - #204

Merged
0xCCF4 merged 5 commits into
mainfrom
copilot/fix-failing-github-actions-job
Jun 20, 2026
Merged

Stabilize video-feature CI install step on ubuntu-latest#204
0xCCF4 merged 5 commits into
mainfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

The scheduled workflow job Build and test --features video: ubuntu-latest, stable was failing before build/test due to intermittent apt package resolution (404 during FFmpeg dependency install). This change hardens the dependency install path so the job can reliably reach the Rust build stage.

  • Root cause addressed

    • Refresh apt indexes before installing FFmpeg-related system packages in .github/workflows/check-compile.yaml.
  • Workflow changes

    • Updated the install step to run apt-get update followed by apt-get install.
    • Removed a duplicate libavutil-dev entry from the package list.
    • Corrected step label typo (ffmepgffmpeg) for clarity.
- name: Install ffmpeg dependencies
  run: |
    sudo apt-get update
    sudo apt-get install -y clang libavcodec-dev libavformat-dev libavutil-dev pkg-config ffmpeg libavfilter-dev libavdevice-dev

Copilot AI changed the title [WIP] Fix failing GitHub Actions job for Build and test features video Stabilize video-feature CI install step on ubuntu-latest Jun 20, 2026
Copilot AI requested a review from 0xCCF4 June 20, 2026 09:29
@0xCCF4
0xCCF4 marked this pull request as ready for review June 20, 2026 09:30
@0xCCF4
0xCCF4 merged commit eb4d6dd into main Jun 20, 2026
22 checks passed
@0xCCF4
0xCCF4 deleted the copilot/fix-failing-github-actions-job branch June 20, 2026 09:37
@0xCCF4 0xCCF4 mentioned this pull request Jun 20, 2026
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