Skip to content

Commit 0984160

Browse files
committed
Update mbed
1 parent 817d63a commit 0984160

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180

181181
- rtos: mbed
182182
platform: disco_l475vg_iot01a
183-
binary: 'firmware/micro_ros_mbed/cmake_build/DISCO_L475VG_IOT01A/develop/GCC_ARM/mbed-microros.bin'
183+
binary: 'firmware/micro_ros_mbed/cmake_build/DISCO_L475VG_IOT01A/develop/GCC_ARM/micro_ros_mbed.bin'
184184
steps:
185185
- uses: actions/checkout@v2
186186
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
branch: main
325325
rtos: mbed
326326
platform: disco_l475vg_iot01a
327-
binary: 'firmware/micro_ros_mbed/cmake_build/mbed-microros.bin'
327+
binary: 'firmware/micro_ros_mbed/cmake_build/DISCO_L475VG_IOT01A/develop/GCC_ARM/micro_ros_mbed.bin'
328328
steps:
329329
- uses: actions/checkout@v2
330330
with:

0 commit comments

Comments
 (0)