Skip to content

Commit

Permalink
Update build-4.x.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey authored Jan 6, 2025
1 parent 63dc546 commit fded105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-4.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/build_dir
for D in */; do
echo "---- In $D ----"
echo "::group::composer install under $D"
(cd $D; composer install)
echo "---- Done in $D ----"
echo "::endgroup"
done
- name: line endings
Expand Down

0 comments on commit fded105

Please sign in to comment.