Ensured unique cache key

This commit is contained in:
Alejandro Celaya
2022-08-12 20:35:59 +02:00
parent d7d0e11f2c
commit 14c2ff5545
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
extensions: ${{ env.extensions }}
key: db-tests-extensions
key: db-tests-extensions-${{ inputs.platform }}
- name: Cache extensions
uses: actions/cache@v2
with: