We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d73a74 commit 5b7c615Copy full SHA for 5b7c615
.github/workflows/boards.yml
@@ -59,6 +59,19 @@ jobs:
59
exit 1;
60
fi
61
62
+ - name: Get libs cache
63
+ uses: actions/cache@v4
64
+ with:
65
+ key: libs-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py') }}
66
+ path: |
67
+ ./tools/dist
68
+ ./tools/esp32-arduino-libs
69
+ ./tools/esptool
70
+ ./tools/mk*
71
+ ./tools/openocd-esp32
72
+ ./tools/riscv32-*
73
+ ./tools/xtensa-*
74
+
75
- name: Compile sketch
76
uses: P-R-O-C-H-Y/compile-sketches@main
77
with:
@@ -73,3 +86,4 @@ jobs:
86
exit-on-fail: true
87
sketch-paths:
88
"- ./libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino"
89
+ verbose: true
0 commit comments