Change cache key to use environment

This commit is contained in:
Will Tatam
2023-08-14 21:35:33 +01:00
parent 88db4c4f35
commit 7a7a8f8bed

View File

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