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 d233b08 commit 0260d6bCopy full SHA for 0260d6b
.github/workflows/PlatformioBuild.yml
@@ -28,6 +28,7 @@ jobs:
28
- esp8266
29
- rp2040_pico
30
- rp2350_pico2
31
+ - seeed_wio_terminal
32
33
fail-fast: false
34
@@ -41,14 +42,14 @@ jobs:
41
42
uses: actions/cache@v4
43
with:
44
path: ~/.cache/pip
- key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
45
+ key: ${{ runner.os }}-python-pip-${{ hashFiles('**/requirements.txt') }}
46
restore-keys: |
47
${{ runner.os }}-pip-
48
- name: Cache PlatformIO
49
50
51
path: ~/.platformio
- key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
52
+ key: ${{ runner.os }}-pio-${{ hashFiles('**/lockfiles') }}
53
- name: Set up Python
54
uses: actions/setup-python@v4
55
0 commit comments