tweak caching of build

This commit is contained in:
Will Tatam
2024-10-04 22:51:10 +01:00
parent f4e9292849
commit 2bbb890fb9

View File

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