Skip to content

Commit a1c6de0

Browse files
committed
Revert ".github/workflows/test.yml: add a workaround for Windows jobs"
This reverts commit 01e81dd.
1 parent 01e81dd commit a1c6de0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,6 @@ jobs:
3636
ruby-version: ${{ matrix.ruby }}
3737
bundler-cache: true # `bundle install` and cache
3838

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-
5239
# Enable the verbose option in mkmf.rb to print the compiling commands.
5340
- name: enable mkmf verbose
5441
run: echo "MAKEFLAGS=V=1" >> $GITHUB_ENV

0 commit comments

Comments
 (0)