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 a3abd88 commit 78f060bCopy full SHA for 78f060b
.github/workflows/githubci.yml
@@ -119,6 +119,8 @@ jobs:
119
run: |
120
arduino-cli core install esp32:esp32 --additional-urls $BSP_URLS
121
arduino-cli lib install "Adafruit SPIFlash" "MIDI Library" "Adafruit seesaw Library" "Adafruit NeoPixel" "SdFat - Adafruit Fork" "SD" "Adafruit Circuit Playground" "Adafruit InternalFlash" "Pico PIO USB"
122
+ arduino-cli core list
123
+ arduino-cli lib list
124
125
- name: Create custom build script
126
working-directory: ${{ github.workspace }}/ci
0 commit comments