mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
check what libcrypto installed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user