Skip to content

Commit b7e63ec

Browse files
committed
Fix build script for Generic_nRF51822 tests in build.yml
1 parent 919e481 commit b7e63ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,15 +424,15 @@ jobs:
424424
- name: Compile Generic_nRF51822 (tests)
425425
#if: false # This will deactivate the step
426426
run: |
427-
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo
427+
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo"
428428
SKETCHES="./tests"
429429
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
430430
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
431431
432432
- name: Compile Generic_nRF51822 (examples)
433433
#if: false # This will deactivate the step
434434
run: |
435-
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo
435+
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo"
436436
SKETCHES="./examples"
437437
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
438438
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES

0 commit comments

Comments
 (0)