Skip to content

Commit

Permalink
fix GitHub Action for build automation: install project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clash82 committed Aug 26, 2024
1 parent ca64cc1 commit edf9af0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
php-version: '8.2'
ini-values: phar.readonly=Off
tools: composer:v2

- name: Install project dependencies
run: |
cd project
composer install --no-dev -o
- name: Build project
run: |
Expand Down

0 comments on commit edf9af0

Please sign in to comment.