File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 4242 env :
4343 BSP_URL : https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
4444 BSP_PATH : .arduino15/packages/adafruit/hardware/nrf52
45- LIB_DEPS : >
46- '"Adafruit Circuit Playground" "Adafruit NeoPixel" "Adafruit NeoMatrix"'
47- '"Adafruit GFX Library" "Adafruit SSD1306" "Adafruit ILI9341" "Adafruit HX8357 Library" "Adafruit EPD"'
48- '"MIDI Library" "Firmata"'
4945 run : |
5046 arduino-cli config init
5147 arduino-cli core update-index
5551 BSP_VERSION=`eval ls $HOME/$BSP_PATH`
5652 rm -r $HOME/$BSP_PATH/*
5753 ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
58- arduino-cli lib install $LIB_DEPS
54+ # Install library dependency
55+ arduino-cli lib install "Adafruit Circuit Playground" "Adafruit NeoPixel" "Adafruit NeoMatrix" "MIDI Library" "Firmata"
56+ "Adafruit GFX Library" "Adafruit SSD1306" "Adafruit ILI9341" "Adafruit HX8357 Library" "Adafruit EPD"
5957
6058 - name : Build examples
6159 run : python3 tools/build_all.py ${{ matrix.arduino-platform }}
You can’t perform that action at this time.
0 commit comments