From c40d6479d2f55b4de0ad237195c2a730cd31fede Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 22 Mar 2023 14:24:25 -0700 Subject: [PATCH] do a search --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7edd97f..28bc526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: