We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fa9fc5 + 7aed35a commit 2c1add3Copy full SHA for 2c1add3
.github/workflows/test.yml
@@ -52,10 +52,10 @@ jobs:
52
if: ${{ !matrix.skip-warnings }}
53
54
# Enable provider search path for OpenSSL 3.0 in MSYS2.
55
- # Remove when Ruby 3.2 build is updated
+ # Remove when Ruby 3.2, and 3.3 builds are 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'
+ if: runner.os == 'Windows' && (matrix.ruby == '3.2' || matrix.ruby == '3.3')
59
60
- name: compile
61
run: rake compile
0 commit comments