Change cache key

This commit is contained in:
Will Tatam
2023-08-14 21:12:28 +01:00
parent 741fa0a81e
commit a6d3496b68

View File

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