From 25c47a01989a2ed01ce172ff32c17abdd2a97d23 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Sun, 11 Jun 2023 22:42:57 -0500 Subject: [PATCH] test.yml - update Windows code for OPENSSL_MODULES --- .github/workflows/test.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 279caac2d..8443c1fe0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,13 +52,10 @@ jobs: 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 != 'mswin' - - - name: enable windows provider search path for mswin - run: echo "OPENSSL_MODULES=C:\vcpkg\installed\x64-windows\bin" >> $env:GITHUB_ENV - if: runner.os == 'Windows' && matrix.ruby == 'mswin' + if: runner.os == 'Windows' && matrix.ruby == '3.2' - name: compile run: rake compile -- --enable-debug @@ -139,7 +136,7 @@ jobs: run: echo "OPENSSL_CONF=$(pwd)/test/openssl/fixtures/ssl/openssl_fips.cnf" >> $GITHUB_ENV if: matrix.fips-enabled - - name: set fips enviornment variable for testing. + - name: set fips environment variable for testing. run: echo "TEST_RUBY_OPENSSL_FIPS_ENABLED=true" >> $GITHUB_ENV if: matrix.fips-enabled