From 1aff8484c0cf610b6dd397d9cc2119fc5b83cd09 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 22 Mar 2023 14:19:46 -0700 Subject: [PATCH] check what libcrypto installed --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed1637..7edd97f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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