mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
do a search
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: php -i
|
run: php -i
|
||||||
|
|
||||||
- name: libcrypto info
|
- name: libcrypto info
|
||||||
run: ls /usr/lib* | grep 'libcrypto*'
|
run: sudo find /usr -name "libcrypto*"
|
||||||
|
|
||||||
- name: Build for PHP 5.5
|
- name: Build for PHP 5.5
|
||||||
env:
|
env:
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
run: php -i
|
run: php -i
|
||||||
|
|
||||||
- name: libcrypto info
|
- name: libcrypto info
|
||||||
run: ls /usr/lib* | grep 'libcrypto*'
|
run: sudo find /usr -name "libcrypto*"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user