Fix composer cache path

This commit is contained in:
Alexandre Alapetite 2023-11-24 16:15:58 +01:00
parent 37c5dcb655
commit 2addd231e0
No known key found for this signature in database
GPG key ID: A24378C38E812B23

View file

@ -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-