Adjust caches

This commit is contained in:
crazywhalecc
2024-10-04 17:19:38 +08:00
committed by Jerry Ma
parent ecb17cc4c9
commit c09bf1e878
2 changed files with 9 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ jobs:
uses: actions/cache@v4
with:
path: downloads
key: php-${{ matrix.php }}-dependencies
key: php-dependencies-${{ matrix.os }}
- name: "Install Dependencies"
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist