Change cache key

This commit is contained in:
Will Tatam
2023-08-14 20:55:24 +01:00
parent 7762f50399
commit 741fa0a81e

View File

@@ -50,7 +50,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
key: ${{ runner.os }}-${{ hashFiles('platform.ini') }}
- name: Set up Python
uses: actions/setup-python@v4
with: