chore: Remove composer cache

This commit is contained in:
Jon Lee 2020-12-31 13:39:51 +08:00
parent 5ae9445ab0
commit 48ff59e236
1 changed files with 0 additions and 9 deletions

View File

@ -114,15 +114,6 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-${{ matrix.php }}-Laravel${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-${{ matrix.php }}-Laravel${{ matrix.laravel }}
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: |