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 06c9b45 commit d1b606bCopy full SHA for d1b606b
1 file changed
.github/workflows/platformio.yml
@@ -19,18 +19,24 @@ jobs:
19
with:
20
path: |
21
~/.cache/pip/
22
- # ~/.platformio/.cache/
23
- ~/.platformio/
24
- /opt/hostedtoolcache/Python/
25
- .pio/
26
- key: ${{ runner.os }}-pio-2026
+ # /opt/hostedtoolcache/Python/
+ key: ${{ runner.os }}-pio-2026-python
27
- uses: actions/setup-python@v5
28
29
python-version: '3.11'
+ - uses: actions/cache@v4
+ with:
+ path: |
30
+ # ~/.platformio/.cache/
31
+ ~/.platformio/
32
+ key: ${{ runner.os }}-pio-2026-platformio
33
- name: Install PlatformIO Core
34
run: pip install --upgrade platformio
-
35
36
37
38
+ .pio/
39
+ key: ${{ runner.os }}-pio-2026-Nacelle-build
40
- name: Build PlatformIO Project
41
run: pio run
42
0 commit comments