see what version libcrypto used

This commit is contained in:
Dengke Tang
2023-03-22 12:13:20 -07:00
parent 363b693384
commit eaea27da6a
+5 -1
View File
@@ -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