Skip to content

Commit b1e889c

Browse files
committed
ci: Cache arduino IDE.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent 4045cb4 commit b1e889c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/push.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ jobs:
3030
id: cache-linux
3131
uses: actions/cache@v2
3232
with:
33-
path: ./tools/dist
34-
key: ${{ runner.os }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py') }}
33+
path: |
34+
./tools/dist
35+
~/arduino_ide
36+
key: ${{ runner.os }}-${{ hashFiles('package/package_esp32_index.template.json',
37+
'tools/get.py',
38+
'.github/scripts/install-arduino-ide.sh') }}
3539
- name: Build Sketches
3640
run: bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15
3741

0 commit comments

Comments
 (0)