Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ober committed Nov 4, 2023
1 parent 44c0345 commit f5a3e3c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5a3e3c

Please sign in to comment.