Skip to content

Commit

Permalink
.github/workflows/test.yml: add provider load path for Windows
Browse files Browse the repository at this point in the history
Co-authored-by: MSP-Greg <Greg.mpls@gmail.com>
  • Loading branch information
2 people authored and rhenium committed Jun 16, 2023
1 parent 24966c6 commit 58ce7fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
run: echo "RUBY_OPENSSL_EXTCFLAGS=-Werror" >> $GITHUB_ENV
if: ${{ !matrix.skip-warnings }}

# Enable provider search path for OpenSSL 3.0 in MSYS2.
# Remove when Ruby 3.2 build is updated
- name: enable windows provider search path
run: echo "OPENSSL_MODULES=$($env:RI_DEVKIT)\$($env:MSYSTEM_PREFIX)\lib\ossl-modules" >> $env:GITHUB_ENV
if: runner.os == 'Windows' && matrix.ruby == '3.2'

- name: compile
run: rake compile -- --enable-debug

Expand Down

0 comments on commit 58ce7fa

Please sign in to comment.