Tweak github caching

This commit is contained in:
Will Tatam
2024-09-07 17:47:00 +01:00
parent cb9fb8ddd4
commit 908481a55a

View File

@@ -51,6 +51,9 @@ jobs:
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ matrix.environment}}-${{ hashFiles('platformio.ini') }}
restore-keys: |
${{ runner.os }}-${{ matrix.environment}}
- name: Set up Python
uses: actions/setup-python@v4
with: