check what libcrypto installed

This commit is contained in:
Dengke Tang
2023-03-22 14:19:46 -07:00
parent fc12015acf
commit 1aff8484c0
+6
View File
@@ -33,6 +33,9 @@ jobs:
- name: php info
run: php -i
- name: libcrypto info
run: ls /usr/lib* | grep 'libcrypto*'
- name: Build for PHP 5.5
env:
CC: clang
@@ -75,6 +78,9 @@ jobs:
- name: php info
run: php -i
- name: libcrypto info
run: ls /usr/lib* | grep 'libcrypto*'
- name: Run tests
env:
CC: clang