Fix composer cache path
This commit is contained in:
parent
37c5dcb655
commit
2addd231e0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
|||
id: composer-cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
|
||||
path: Extensions/vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('../composer.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-php-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue