Jaex
Jaex
CC#
Created by Jaex on 5/10/2023 in #help
❔ Why could NuGet restore randomly timeout inside GitHub Actions?
So frequently nuget restore timeout inside GitHub Actions for months and I can't figure out what could be the reason for this. Is it could be because multiple GitHub Actions jobs trying to restore in same time and NuGet servers thinking it is spam and blocking it? build.yml: https://github.com/ShareX/ShareX/blob/develop/.github/workflows/build.yml#L72 failed workflow: https://github.com/ShareX/ShareX/actions/runs/4933908932/jobs/8818333221 Also I'm open to advices about how to retry GitHub Actions job when it fails once.
212 replies