Skip to content

Commit 0260d6b

Browse files
committed
Change action/cache name to prevent CreateCacheEntry bug
1 parent d233b08 commit 0260d6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/PlatformioBuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- esp8266
2929
- rp2040_pico
3030
- rp2350_pico2
31+
- seeed_wio_terminal
3132

3233
fail-fast: false
3334

@@ -41,14 +42,14 @@ jobs:
4142
uses: actions/cache@v4
4243
with:
4344
path: ~/.cache/pip
44-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
45+
key: ${{ runner.os }}-python-pip-${{ hashFiles('**/requirements.txt') }}
4546
restore-keys: |
4647
${{ runner.os }}-pip-
4748
- name: Cache PlatformIO
4849
uses: actions/cache@v4
4950
with:
5051
path: ~/.platformio
51-
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
52+
key: ${{ runner.os }}-pio-${{ hashFiles('**/lockfiles') }}
5253
- name: Set up Python
5354
uses: actions/setup-python@v4
5455
with:

0 commit comments

Comments
 (0)