Unverified Commit 5b7c615a authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

ci(boards): Add cache for libs (#9877)

parent 7d73a74d
...@@ -59,6 +59,19 @@ jobs: ...@@ -59,6 +59,19 @@ jobs:
exit 1; exit 1;
fi fi
- name: Get libs cache
uses: actions/cache@v4
with:
key: libs-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py') }}
path: |
./tools/dist
./tools/esp32-arduino-libs
./tools/esptool
./tools/mk*
./tools/openocd-esp32
./tools/riscv32-*
./tools/xtensa-*
- name: Compile sketch - name: Compile sketch
uses: P-R-O-C-H-Y/compile-sketches@main uses: P-R-O-C-H-Y/compile-sketches@main
with: with:
...@@ -73,3 +86,4 @@ jobs: ...@@ -73,3 +86,4 @@ jobs:
exit-on-fail: true exit-on-fail: true
sketch-paths: sketch-paths:
"- ./libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino" "- ./libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino"
verbose: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment