We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e49411 commit 14e904aCopy full SHA for 14e904a
.github/workflows/build-clang-doxy.yml
@@ -291,6 +291,12 @@ jobs:
291
pip3 install esptool
292
- name: build ESP32 platforms
293
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
299
+ diff -r /home/runner/Arduino/libraries/Adafruit_Wippersnapper /home/runner/work/Adafruit_Wippersnapper_Arduino/Adafruit_Wippersnapper_Arduino/ -x ci
300
- name: Check artifacts
301
run: |
302
ls examples/Wippersnapper_demo/build/*
0 commit comments