From fc12015acf665fffe6b31835a95bb3606cc75d69 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 22 Mar 2023 13:15:20 -0700 Subject: [PATCH] more data --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5effca5..aed1637 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: | phpize ./configure - USE_OPENSSL=OFF make + make ldd modules/awscrt.so # ./dev-scripts/run_tests.sh @@ -72,6 +72,9 @@ jobs: with: submodules: recursive + - name: php info + run: php -i + - name: Run tests env: CC: clang @@ -80,7 +83,8 @@ jobs: phpize ./configure make - ./dev-scripts/run_tests.sh + ldd modules/awscrt.so + # ./dev-scripts/run_tests.sh # linux-arm: # name: ARM (${{ matrix.arch }})