Skip to content

Commit 402dbfe

Browse files
committed
Update compile.yml
1 parent 9def829 commit 402dbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Debug toolchain path
4040
run: |
4141
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
42+
grep "compiler.path" ~/.arduino15/packages/soldered-inkplate-boards/hardware/esp32/2.0.0/platform.txt || true
4343
- name: Compile examples
4444
uses: arduino/compile-sketches@v1
4545
with:

0 commit comments

Comments
 (0)