File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,10 +293,10 @@ jobs:
293
293
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
294
294
- name : check arduino libs installed
295
295
run : |
296
- arduino-cli lib list
296
+ arduino-cli lib list --verbose --all
297
297
- name : diff installed wippersnapper lib with runner copy, ignore ci subfolder
298
298
run : |
299
- diff -r /home/runner/Arduino/libraries/Adafruit_Wippersnapper /home/runner/work/Adafruit_Wippersnapper_Arduino/Adafruit_Wippersnapper_Arduino/ -x ci
299
+ diff -r /home/runner/Arduino/libraries/Adafruit_Wippersnapper_Arduino /home/runner/work/Adafruit_Wippersnapper_Arduino/Adafruit_Wippersnapper_Arduino/ -x ci
300
300
- name : Check artifacts
301
301
run : |
302
302
ls examples/Wippersnapper_demo/build/*
You can’t perform that action at this time.
0 commit comments