Skip to content

Commit 58ce7fa

Browse files
QWYNGMSP-Greg
authored andcommitted
.github/workflows/test.yml: add provider load path for Windows
Co-authored-by: MSP-Greg <Greg.mpls@gmail.com>
1 parent 24966c6 commit 58ce7fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

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

54+
# Enable provider search path for OpenSSL 3.0 in MSYS2.
55+
# Remove when Ruby 3.2 build is updated
56+
- name: enable windows provider search path
57+
run: echo "OPENSSL_MODULES=$($env:RI_DEVKIT)\$($env:MSYSTEM_PREFIX)\lib\ossl-modules" >> $env:GITHUB_ENV
58+
if: runner.os == 'Windows' && matrix.ruby == '3.2'
59+
5460
- name: compile
5561
run: rake compile -- --enable-debug
5662

0 commit comments

Comments
 (0)