Skip to content

Commit 202a736

Browse files
committed
ci: Cache arduino IDE.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent 68ec0db commit 202a736

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
id: cache-linux
3131
uses: actions/cache@v2
3232
with:
33-
path: ./tools/dist
33+
path: |
34+
./tools/dist
35+
/home/runner/arduino_ide
3436
key: ${{ runner.os }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py') }}
3537
- name: Build Sketches
3638
run: bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15

0 commit comments

Comments
 (0)