Skip to content

Commit

Permalink
avec install composer
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed Dec 7, 2020
1 parent 6be6e78 commit 7fe47ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
with:
lfs: true

- name: "Setup PHP with pre-release PECL extension"
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'

- name: "Composer install"
run: "composer install --ansi --prefer-dist --no-interaction --no-progress --quiet"

- name: "Prepare files"
run: |
mkdir newdir
Expand Down

0 comments on commit 7fe47ef

Please sign in to comment.