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 4141 env :
4242 BSP_URL : https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
4343 BSP_PATH : .arduino15/packages/adafruit/hardware/samd
44+ LIB_DEPS : FlashStorage SD
4445 run : |
4546 arduino-cli config init
4647 arduino-cli core update-index
5152 BSP_VERSION=`eval ls $HOME/$BSP_PATH`
5253 rm -r $HOME/$BSP_PATH/*
5354 ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
54- arduino-cli lib install "FlashStorage"
55+ arduino-cli lib install $LIB_DEPS
5556
5657 - name : Build examples
5758 run : python3 extras/build_all.py ${{ matrix.arduino-platform }}
Original file line number Diff line number Diff line change 99success_count = 0
1010fail_count = 0
1111
12- build_format = '| {:20 } | {:30} | {:9} '
12+ build_format = '| {:22 } | {:30} | {:9} '
1313build_separator = '-' * 78
1414
1515all_boards = [ 'metro_m0' ]
You can’t perform that action at this time.
0 commit comments