Skip to content

Commit

Permalink
add composer to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Alexandre Mutane committed Jul 14, 2023
1 parent efd2c4f commit 68872cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Install composer dependencies
uses: php-actions/composer@v6
with:
dev: no
php_version: "8.1"
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 68872cf

Please sign in to comment.