Skip to content

Commit

Permalink
Install composer before building
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Jul 2, 2020
1 parent 601d7d2 commit 0cfd9a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/full-site-editing-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile # Not needed when restoring from cache.

- name: Run composer
uses: nick-zh/composer-php@master
with:
action: 'install'

- name: Build packages
if: steps.cache.outputs.cache-hit == 'true'
run: yarn run postinstall # Needed only when not running yarn install.
Expand Down

0 comments on commit 0cfd9a3

Please sign in to comment.