File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments