Skip to content

Commit ee900fc

Browse files
committed
cii
1 parent 8e3b22b commit ee900fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/githubci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ 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"'
4945
run: |
5046
arduino-cli config init
5147
arduino-cli core update-index
@@ -55,7 +51,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)