diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 3230ace..ad76968 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -27,6 +27,7 @@ jobs: composer global config --no-plugins allow-plugins.phing/phing-composer-configurator true composer global require --no-progress phing/phing-composer-configurator dev-master composer global require --no-progress phing/phing "^2.0" + find / -name "phing" which phing - name: Done if: always()