File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 36
36
ruby-version : ${{ matrix.ruby }}
37
37
bundler-cache : true # `bundle install` and cache
38
38
39
- # See https://github.com/oneclick/rubyinstaller2/issues/60
40
- # The builtin DLLs are preferred over the mingw-w64/vcpkg DLLs. This is a
41
- # temporary workaround until they update the DLLs to OpenSSL 3.5.x.
42
- - name : Update RI2/mswin builtin DLLs
43
- run : |
44
- $dest = "$((Get-Item (Get-Command ruby).Definition).DirectoryName)\ruby_builtin_dlls"
45
- if ("${{ matrix.ruby }}" -eq "mswin") {
46
- Copy-Item C:\vcpkg\installed\x64-windows\bin\libcrypto-3-x64.dll, C:\vcpkg\installed\x64-windows\bin\libssl-3-x64.dll $dest
47
- } else {
48
- Copy-Item C:\msys64\ucrt64\bin\libcrypto-3-x64.dll, C:\msys64\ucrt64\bin\libssl-3-x64.dll $dest
49
- }
50
- if : ${{ matrix.os == 'windows-latest' && (matrix.ruby == '3.2' || matrix.ruby == '3.3' || matrix.ruby == 'mswin') }}
51
-
52
39
# Enable the verbose option in mkmf.rb to print the compiling commands.
53
40
- name : enable mkmf verbose
54
41
run : echo "MAKEFLAGS=V=1" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments