We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4045cb4 commit b1e889cCopy full SHA for b1e889c
.github/workflows/push.yml
@@ -30,8 +30,12 @@ jobs:
30
id: cache-linux
31
uses: actions/cache@v2
32
with:
33
- path: ./tools/dist
34
- key: ${{ runner.os }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py') }}
+ path: |
+ ./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') }}
39
- name: Build Sketches
40
run: bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15
41
0 commit comments