We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0260d6b commit d49bb46Copy full SHA for d49bb46
.github/workflows/PlatformioBuild.yml
@@ -42,14 +42,14 @@ jobs:
42
uses: actions/cache@v4
43
with:
44
path: ~/.cache/pip
45
- key: ${{ runner.os }}-python-pip-${{ hashFiles('**/requirements.txt') }}
+ key: ${{ runner.os }}-pip-${{ matrix.pio-env }}
46
restore-keys: |
47
${{ runner.os }}-pip-
48
- name: Cache PlatformIO
49
50
51
path: ~/.platformio
52
- key: ${{ runner.os }}-pio-${{ hashFiles('**/lockfiles') }}
+ key: ${{ runner.os }}-pio-${{ matrix.pio-env }}
53
- name: Set up Python
54
uses: actions/setup-python@v4
55
0 commit comments