From eaea27da6a756cd07e4b95e7323873f86541be88 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 22 Mar 2023 12:13:20 -0700 Subject: [PATCH] see what version libcrypto used --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61326ee..5effca5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: with: submodules: recursive + - name: php info + run: php -i + - name: Build for PHP 5.5 env: CC: clang @@ -38,7 +41,8 @@ jobs: phpize ./configure USE_OPENSSL=OFF make - ./dev-scripts/run_tests.sh + ldd modules/awscrt.so + # ./dev-scripts/run_tests.sh php-linux-x64: runs-on: ubuntu-latest