Try remove vendor folder from caching
This commit is contained in:
parent
e7fa363d8d
commit
57c1749865
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue