Skip to content

Commit 7bcfa31

Browse files
authored
Update firmware-test.yml
1 parent 68af97b commit 7bcfa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firmware-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
path: /tmp/nrf51_firmware
4040
- name: flash firmware
4141
working-directory: /home/home/Projects/BLEnky/openocd
42-
run: src/openocd -s tcl -f raspi-bcm2385.tcl -f nrf51.cfg -c "program /tmp/nrf51_firmware/nrf51822_xxac.hex verify reset exit"
42+
run: src/openocd -s tcl -f raspi-bcm2385.tcl -f target/nrf51.cfg -c "program /tmp/nrf51_firmware/nrf51822_xxac.hex verify reset exit"
4343

4444
test:
4545
runs-on: [self-hosted, firmware-flasher]

0 commit comments

Comments
 (0)