Merge branch 'buildcache' into mdev

This commit is contained in:
Frank
2023-10-07 20:42:27 +02:00
3 changed files with 5 additions and 4 deletions

View File

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