ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
24.72k stars 5.28k forks source link

issue #3982: fix setup cygwin action. #3983

Closed suzp1984 closed 3 months ago

suzp1984 commented 3 months ago

fix setup Cygwin action by update to its lastest commit.

suzp1984 commented 3 months ago

This PR try to fix #3982 .

Root Cause According to the https://github.com/cygwin/cygwin-install-action/blob/master/action.yml cygwin-install-action will check the the signature by default. But http://mirrors.kernel.org/sourceware/cygwin/x86_64/ moved the signatures to single file yesterday. http://mirrors.kernel.org/sourceware/cygwin/x86_64/sha512.sum

And https://cygwin.com/setup-x86_64.exe didn't know how to check the signatures in new place.

Solutions disable the signatures check temporary. I also update the cygwin-install-action to latest commit(this may be unnecessary) . But I believe the cygwin will collaborate with kernel.org to fix this bug soon, then we can open the signature check again later.

winlinvip commented 3 months ago

Merged to #3973