From f5a3e3cff274f050e41d5f3df582c8585fb7ff79 Mon Sep 17 00:00:00 2001 From: Micha Ober Date: Sat, 4 Nov 2023 20:54:04 +0100 Subject: [PATCH] Update pipeline --- .github/workflows/package.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index ad76968..d95b4b1 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -24,11 +24,15 @@ jobs: - uses: php-actions/composer@v6 - name: Build run: | - 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 + composer install + vendor/bin/phing help - name: Done if: always() run: tree + +# /home/runner/.composer/vendor/bin/phing +# 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