Skip to content

Commit cecf447

Browse files
authored
Merge pull request #748 from larskanis/patch-2
CI: Remove workaround for Ruby-3.2 and 3.3 on Windows
2 parents a7f2d22 + fcf53d5 commit cecf447

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ jobs:
5151
run: echo "RUBY_OPENSSL_EXTCFLAGS=-Werror" >> $GITHUB_ENV
5252
if: ${{ !matrix.skip-warnings }}
5353

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
59-
- name: enable windows provider search path
60-
run: echo "OPENSSL_MODULES=$($env:RI_DEVKIT)\$($env:MSYSTEM_PREFIX)\lib\ossl-modules" >> $env:GITHUB_ENV
61-
if: runner.os == 'Windows' && (matrix.ruby == '3.2' || matrix.ruby == '3.3')
62-
6354
- name: compile
6455
run: rake compile
6556

0 commit comments

Comments
 (0)