setup-ffmpeg: Fetching versions list fails sometime
Hi,
I am using this action in a repo where 8 jobs starts simultaneously and in some cases It throws fetch failed error. This error doesn’t occur in v2
About this issue
- Original URL
- State: open
- Created 5 months ago
- Reactions: 9
- Comments: 15 (4 by maintainers)
Commits related to this issue
- GitHub Action「FedericoCarboni/setup-ffmpeg」v3が不安定なため、v2へダウングレード https://github.com/federicocarboni/setup-ffmpeg/issues/19 — committed to esperecyan/vrchat-posters by esperecyan 4 months ago
- revert to node16 node20 could be responsible for #19 — committed to federicocarboni/setup-ffmpeg by federicocarboni 3 months ago
I end up creating a composite github action:
This file is saved in my repo under
actions/setup-ffmpeg/action.yaml
.The I changed my workflow to call
instead of the original action. Hopefully, that would do the trick.
For anyone annoyed by this issue – while I try to understand why a GitHub runner would have network errors – pinning ffmpeg to a specific version should mitigate it, set
ffmpeg-version
to6.1.0
for example.Adding a +1 and reporting this is still occurring on
v3
on theubuntu-latest
github runners.I have registered a job that runs once an hour, but since v3, it has failed once a day, every 24 times.