We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9def829 commit 402dbfeCopy full SHA for 402dbfe
.github/workflows/compile.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Debug toolchain path
40
run: |
41
find ~/.arduino15/packages -type f -name "xtensa-esp32-elf-g++" || true
42
- grep "compiler.path" ~/.arduino15/packages/soldered-inkplate-boards/hardware/esp32/**/platform.txt || true
+ grep "compiler.path" ~/.arduino15/packages/soldered-inkplate-boards/hardware/esp32/2.0.0/platform.txt || true
43
- name: Compile examples
44
uses: arduino/compile-sketches@v1
45
with:
0 commit comments