Skip to content

Commit 677327b

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents ecdc3e9 + 31fd57f commit 677327b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build_tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ jobs:
5454
with:
5555
ref: ${{ github.event.pull_request.head.sha || github.sha }}
5656

57+
- name: Get libs cache
58+
uses: actions/cache/restore@v4
59+
if: ${{ steps.check-build.outputs.enabled == 'true' }}
60+
with:
61+
key: libs-${{ hashFiles('package/package_esp32_index.template.json') }}
62+
path: |
63+
./tools/dist
64+
./tools/esp32-arduino-libs
65+
./tools/esptool
66+
./tools/mk*
67+
./tools/openocd-esp32
68+
./tools/riscv32-*
69+
./tools/xtensa-*
70+
5771
- name: Build sketches
5872
if: ${{ steps.check-build.outputs.enabled == 'true' }}
5973
run: |

0 commit comments

Comments
 (0)