Skip to content

Commit 27f9694

Browse files
committed
Fix build-arduino-nRF5 job in build.yml
1 parent fb10ace commit 27f9694

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)