Skip to content

Commit 14e904a

Browse files
committed
Test a wild theory about wippersnapper conflicting version in libraries folder
1 parent 6e49411 commit 14e904a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,12 @@ jobs:
291291
pip3 install esptool
292292
- name: build ESP32 platforms
293293
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
294+
- name: check arduino libs installed
295+
run: |
296+
arduino-cli lib list
297+
- name: diff installed wippersnapper lib with runner copy, ignore ci subfolder
298+
run: |
299+
diff -r /home/runner/Arduino/libraries/Adafruit_Wippersnapper /home/runner/work/Adafruit_Wippersnapper_Arduino/Adafruit_Wippersnapper_Arduino/ -x ci
294300
- name: Check artifacts
295301
run: |
296302
ls examples/Wippersnapper_demo/build/*

0 commit comments

Comments
 (0)