Try remove vendor folder from caching

This commit is contained in:
Timur Gogolev 2021-10-13 17:40:29 +03:00
parent e7fa363d8d
commit 57c1749865
1 changed files with 1 additions and 2 deletions

View File

@ -50,9 +50,8 @@ jobs:
- name: Get cached composer directories
uses: actions/cache@v2
with:
path: |
path: | # try removing ./vendor from cache
./packages
./vendor
key: ${{ runner.os }}-${{ hashFiles('./composer.lock') }}
- name: Setup and install composer