Minor fix to GH action.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-06-28 03:57:33 -05:00
parent c2b388b9f3
commit 9dde1ea7b6
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,6 @@ jobs :
steps :
- uses : actions/checkout@master
- name : Reduce Git repository size.
run : |
git gc --prune=now --aggressive
- name : Setup PHP
uses : shivammathur/setup-php@v2
with :
@ -157,6 +153,10 @@ jobs :
steps :
- uses : actions/checkout@master
- name : Reduce Git repository size.
run : |
git gc --prune=now --aggressive
- name : Download built static assets from previous step
uses : actions/download-artifact@v2
with :