Skip to content

Commit

Permalink
build(debug): output composer path and version
Browse files Browse the repository at this point in the history
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed Jan 6, 2025
1 parent 26ad3d4 commit f1d6cba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hidrive-next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- name: Print PHP install
run: php -i && php -m

- name: Print Composer version
run: whereis composer && composer --version

- name: Build Nextcloud
run: make -f IONOS/Makefile build_nextcloud FONTAWESOME_PACKAGE_TOKEN=${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}

Expand Down

0 comments on commit f1d6cba

Please sign in to comment.