Skip to content

Commit 4d8daa6

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/push.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ 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+
/home/runner/arduino_ide
36+
key: ${{ runner.os }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py', '.github/scripts/install-arduino-ide.sh') }}
3537
- name: Build Sketches
3638
run: bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15
3739

0 commit comments

Comments
 (0)