mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
check what libcrypto installed
This commit is contained in:
@@ -33,6 +33,9 @@ jobs:
|
|||||||
- name: php info
|
- name: php info
|
||||||
run: php -i
|
run: php -i
|
||||||
|
|
||||||
|
- name: libcrypto info
|
||||||
|
run: ls /usr/lib* | grep 'libcrypto*'
|
||||||
|
|
||||||
- name: Build for PHP 5.5
|
- name: Build for PHP 5.5
|
||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang
|
||||||
@@ -75,6 +78,9 @@ jobs:
|
|||||||
- name: php info
|
- name: php info
|
||||||
run: php -i
|
run: php -i
|
||||||
|
|
||||||
|
- name: libcrypto info
|
||||||
|
run: ls /usr/lib* | grep 'libcrypto*'
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang
|
||||||
|
|||||||
Reference in New Issue
Block a user