File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 41
41
env :
42
42
BSP_URL : https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
43
43
BSP_PATH : .arduino15/packages/adafruit/hardware/samd
44
+ LIB_DEPS : FlashStorage SD
44
45
run : |
45
46
arduino-cli config init
46
47
arduino-cli core update-index
51
52
BSP_VERSION=`eval ls $HOME/$BSP_PATH`
52
53
rm -r $HOME/$BSP_PATH/*
53
54
ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
54
- arduino-cli lib install "FlashStorage"
55
+ arduino-cli lib install $LIB_DEPS
55
56
56
57
- name : Build examples
57
58
run : python3 extras/build_all.py ${{ matrix.arduino-platform }}
Original file line number Diff line number Diff line change 9
9
success_count = 0
10
10
fail_count = 0
11
11
12
- build_format = '| {:20 } | {:30} | {:9} '
12
+ build_format = '| {:22 } | {:30} | {:9} '
13
13
build_separator = '-' * 78
14
14
15
15
all_boards = [ 'metro_m0' ]
You can’t perform that action at this time.
0 commit comments