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 42
42
env :
43
43
BSP_URL : https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
44
44
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"'
49
45
run : |
50
46
arduino-cli config init
51
47
arduino-cli core update-index
55
51
BSP_VERSION=`eval ls $HOME/$BSP_PATH`
56
52
rm -r $HOME/$BSP_PATH/*
57
53
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"
59
57
60
58
- name : Build examples
61
59
run : python3 tools/build_all.py ${{ matrix.arduino-platform }}
You can’t perform that action at this time.
0 commit comments