Skip to content

Retry flaky ffmpeg download step in CI#402

Merged
bramp merged 1 commit intomainfrom
copilot/retry-ffmpeg-download
Apr 12, 2026
Merged

Retry flaky ffmpeg download step in CI#402
bramp merged 1 commit intomainfrom
copilot/retry-ffmpeg-download

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 12, 2026

The setup-ffmpeg step occasionally fails due to transient network issues, causing CI to fail for reasons unrelated to code changes.

Changes

  • Wrap FedericoCarboni/setup-ffmpeg@v3 with Wandalen/wretry.action@v3.8.0 to automatically retry up to 3 times with a 5s delay between attempts
- name: Set up FFmpeg
  uses: Wandalen/wretry.action@v3.8.0
  with:
    action: FedericoCarboni/setup-ffmpeg@v3
    attempt_limit: 3
    attempt_delay: 5000
    with: '{ "ffmpeg-version": "release" }'

@bramp bramp marked this pull request as ready for review April 12, 2026 14:24
@bramp bramp merged commit cd9df1c into main Apr 12, 2026
4 checks passed
@bramp bramp deleted the copilot/retry-ffmpeg-download branch April 12, 2026 14:24
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