From 5b42647176d809db40a9a2e7998e6c9f70da27cb Mon Sep 17 00:00:00 2001 From: Dan Feder Date: Fri, 20 Aug 2021 09:56:22 -0400 Subject: [PATCH] Try apt --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb52065..521f978 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,7 @@ jobs: - run: name: Set up Xdebug command: | - sudo pecl channel-update pecl.php.net - sudo pecl install Xdebug + sudo apt-get install php-xdebug php -v - run: name: Set up Code Climate test-reporter