do a search

This commit is contained in:
Dengke Tang
2023-03-22 14:24:25 -07:00
parent 1aff8484c0
commit c40d6479d2
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
run: php -i
- name: libcrypto info
run: ls /usr/lib* | grep 'libcrypto*'
run: sudo find /usr -name "libcrypto*"
- name: Build for PHP 5.5
env:
@@ -79,7 +79,7 @@ jobs:
run: php -i
- name: libcrypto info
run: ls /usr/lib* | grep 'libcrypto*'
run: sudo find /usr -name "libcrypto*"
- name: Run tests
env: