You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows/test.yml: add a workaround for Windows jobs
Currently, RI2 Ruby 3.2 and ruby-loco mswin builds contain OpenSSL 3.4
DLLs while mingw-w64 and vcpkg provide OpenSSL 3.5 headers. Overwrite
the builtin DLLs with 3.5 ones so that we can compile and test using the
same OpenSSL version.
The root cause has been fixed in RI2 Ruby 3.4.
0 commit comments