Skip to content

Commit

Permalink
Also install dependencies in root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtho committed Nov 27, 2023
1 parent 6b777a9 commit 6b1ad11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
install-path: "./bin"
pm-version-major: "5"

- name: Install dependencies
uses: "ramsey/composer-install@v2"
with:
composer-options: "--ignore-platform-reqs --optimize-autoloader"

- uses: "ramsey/composer-install@v2"
with:
working-directory: "vendor-bin/box"
Expand Down

0 comments on commit 6b1ad11

Please sign in to comment.