nadavy
nadavy
Can you add a retry mechanism? That will try to download that, maybe with exponential backoff?
Or allow to specify a binary and you'll use that instead of downloading? Just do the rest of setup?
I end up creating a composite github action: ``` name: 'Setup FFmpeg with retries' description: 'Installs FFmpeg with retry logic' inputs: github-token: description: 'GitHub Token (required by "FedericoCarboni/setup-ffmpeg@v3")' required: true...
I am reporting back to this forum that the hack with the composite GitHub action did the trick and allowed me to avoid failure. I hope that it will help...