From 57c17498658c5eb49965ab70502de98ff0961448 Mon Sep 17 00:00:00 2001 From: Timur Gogolev Date: Wed, 13 Oct 2021 17:40:29 +0300 Subject: [PATCH] Try remove vendor folder from caching --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec0263a68c8..98aa05ee017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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