Skip to content

Commit 908481a

Browse files
committed
Tweak github caching
1 parent cb9fb8d commit 908481a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wled-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
with:
5252
path: ~/.platformio
5353
key: ${{ runner.os }}-${{ matrix.environment}}-${{ hashFiles('platformio.ini') }}
54+
restore-keys: |
55+
${{ runner.os }}-${{ matrix.environment}}
56+
5457
- name: Set up Python
5558
uses: actions/setup-python@v4
5659
with:

0 commit comments

Comments
 (0)