File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 51
51
run : echo "RUBY_OPENSSL_EXTCFLAGS=-Werror" >> $GITHUB_ENV
52
52
if : ${{ !matrix.skip-warnings }}
53
53
54
- # Enable provider search path for OpenSSL 3.0 in MSYS2.
55
- # Remove when Ruby 3.2, and 3.3 builds are updated.
54
+ # Workaround: Enable provider search path to load the legacy provider
55
+ # (legacy.dll) in OpenSSL 3 in Windows MSYS2.
56
+ # Remove the workaround when the issue is fixed in Ruby 3.2 and 3.3
57
+ # builds.
58
+ # https://github.com/oneclick/rubyinstaller2/issues/365
56
59
- name : enable windows provider search path
57
60
run : echo "OPENSSL_MODULES=$($env:RI_DEVKIT)\$($env:MSYSTEM_PREFIX)\lib\ossl-modules" >> $env:GITHUB_ENV
58
61
if : runner.os == 'Windows' && (matrix.ruby == '3.2' || matrix.ruby == '3.3')
You can’t perform that action at this time.
0 commit comments