diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 7d8f4be9fcb1ecbf34abc020b9e1efeb129ce8fe..9b9d1e7d67f3df6169a4784a38505326c515c702 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -23,6 +23,12 @@ jobs: with: php-version: ${{ matrix.php-versions }} - - name: phpize + - name: PHPize run: phpize + - name: Configure + run: ./configure + + - name: Make + run: make && make install +