Skip to content

Commit dd5f9d2

Browse files
jaenrig-ifxactions-user
authored andcommitted
.github/workflows/ports_psoc6.yml: Added openocd bsp conf download.
Signed-off-by: enriquezgarc <[email protected]>
1 parent 1e04218 commit dd5f9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ports_psoc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
cd tools/psoc6
5959
cp ../../mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex .
60-
source mpy-psoc6.sh && openocd_download_install && mpy_firmware_deploy ${{ matrix.board }} firmware.hex
60+
source mpy-psoc6.sh && openocd_download_install && openocd_board_conf_download ${{ matrix.board }} && mpy_firmware_deploy ${{ matrix.board }} firmware.hex
6161
cd ../..
6262
- name: Run tests
6363
run: cd tests && ./run-tests.py --target psoc6 --device /dev/ttyACM0 -d psoc6

0 commit comments

Comments
 (0)