We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ec0db commit 4d8daa6Copy full SHA for 4d8daa6
.github/workflows/push.yml
@@ -30,8 +30,10 @@ 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
+ /home/runner/arduino_ide
36
+ key: ${{ runner.os }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py', '.github/scripts/install-arduino-ide.sh') }}
37
- name: Build Sketches
38
run: bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15
39
0 commit comments