Skip to content

Commit

Permalink
Fix build-arduino-nRF5 job in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-maker committed Jan 2, 2025
1 parent fb10ace commit 27f9694
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,31 +386,7 @@ jobs:
#arduino-cli lib install "Ethernet"
#arduino-cli lib install "SD"
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set execute permissions for shell scripts
run: chmod +x ./.github/workflows/.ci_scripts/*.sh

- name: Set up Arduino CLI
uses: arduino/setup-arduino-cli@master

- name: Add library symlink to this MySensors repository
run: |
mkdir -p "$HOME/Arduino/libraries"
ln -s "$PWD" "$HOME/Arduino/libraries/."
- name: Install dependencies
run: |
arduino-cli config add board_manager.additional_urls https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json
arduino-cli core update-index
arduino-cli core install sandeepmistry:nRF5
#arduino-cli lib install "Ethernet"
#arduino-cli lib install "SD"
# MySensors AVR MysensorsMicro
# Arduino nRF52832
- name: Compile nRF52832 (tests)
#if: false # This will deactivate the step
run: |
Expand Down

0 comments on commit 27f9694

Please sign in to comment.