Skip to content

Commit 8e3b22b

Browse files
committed
cci
1 parent 0eb4c3d commit 8e3b22b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
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"'
4549
run: |
4650
arduino-cli config init
4751
arduino-cli core update-index
@@ -51,9 +55,7 @@ jobs:
5155
BSP_VERSION=`eval ls $HOME/$BSP_PATH`
5256
rm -r $HOME/$BSP_PATH/*
5357
ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
54-
> arduino-cli lib install "Adafruit Circuit Playground" "Adafruit NeoPixel" "Adafruit NeoMatrix"
55-
"Adafruit GFX Library" "Adafruit SSD1306" "Adafruit ILI9341" "Adafruit HX8357 Library" "Adafruit EPD"
56-
"MIDI Library" "Firmata"
58+
arduino-cli lib install $LIB_DEPS
5759
5860
- name: Build examples
5961
run: python3 tools/build_all.py ${{ matrix.arduino-platform }}

0 commit comments

Comments
 (0)