File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -386,31 +386,7 @@ jobs:
386386 #arduino-cli lib install "Ethernet"
387387 #arduino-cli lib install "SD"
388388
389-
390- steps :
391- - name : Checkout repository
392- uses : actions/checkout@v2
393-
394- - name : Set execute permissions for shell scripts
395- run : chmod +x ./.github/workflows/.ci_scripts/*.sh
396-
397- - name : Set up Arduino CLI
398- uses : arduino/setup-arduino-cli@master
399-
400- - name : Add library symlink to this MySensors repository
401- run : |
402- mkdir -p "$HOME/Arduino/libraries"
403- ln -s "$PWD" "$HOME/Arduino/libraries/."
404-
405- - name : Install dependencies
406- run : |
407- arduino-cli config add board_manager.additional_urls https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json
408- arduino-cli core update-index
409- arduino-cli core install sandeepmistry:nRF5
410- #arduino-cli lib install "Ethernet"
411- #arduino-cli lib install "SD"
412-
413- # MySensors AVR MysensorsMicro
389+ # Arduino nRF52832
414390 - name : Compile nRF52832 (tests)
415391 # if: false # This will deactivate the step
416392 run : |
You can’t perform that action at this time.
0 commit comments