Specify install command explicitly.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-05-29 04:55:54 -05:00
parent 1cbb5713a9
commit 31c55a2c0a
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ jobs:
- name: Install Composer Dependencies
uses: php-actions/composer@master
with:
command: install
- name: Build base Docker image.
run: |