egor-tensin / setup-mingw

GitHub action to set up MinGW-w64
MIT License
74 stars 25 forks source link

The remote file either doesn't exist #1

Closed Roberto-Gentili closed 2 years ago

Roberto-Gentili commented 2 years ago

Hi, there is a problem from three hours ago image

egor-tensin commented 2 years ago

Please re-run your workflow. You can see that it failed to download the distribution from SourceForge (The operation has timed out error). I'll fix it so that that kind of error fails the workflow at that point.

Roberto-Gentili commented 2 years ago

Solved thanks! I want to ask you something off topic: how can I compile my project and generate a working file also on ARM by using gcc? Can it be done on Windows or Linux?

egor-tensin commented 2 years ago

@Roberto-Gentili I'm sorry, I have no experience targetting Windows on ARM.