From 75cd22d645a1f8b9c1768b70482465c5c2e49fe3 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 3 Sep 2024 14:13:59 -0400 Subject: [PATCH] [no ci] show all OpenSSL version info --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 455855e5..79e48964 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -353,8 +353,7 @@ jobs: - name: Run OpenSSL if: matrix.goal == 'build' run: | - "${OPENSSL_INSTALL_PATH}/bin/openssl" version - "${OPENSSL_INSTALL_PATH}/bin/openssl" version -f + "${OPENSSL_INSTALL_PATH}/bin/openssl" version -a file "${OPENSSL_INSTALL_PATH}/bin/openssl" - name: Get latest stable Python source