File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -398,9 +398,9 @@ jobs:
398398 RTT_BUILD_TOOL : " scons"
399399 SUB_RTT_BSP :
400400 - " simulator"
401- - RTT_BSP : " ESP32C3"
401+ - RTT_BSP : " ESP32C3(cmake) "
402402 RTT_TOOL_CHAIN : " sourcery-riscv32-esp32"
403- RTT_BUILD_TOOL : " scons "
403+ RTT_BUILD_TOOL : " cmake "
404404 SUB_RTT_BSP :
405405 - " ESP32_C3"
406406 - RTT_BSP : " i386-unknown"
@@ -520,7 +520,7 @@ jobs:
520520 echo "RTT_EXEC_PATH=/opt/i386-unknown-elf_for_x86_64-pc-linux-gnu/bin" >> $GITHUB_ENV
521521
522522 - name : Bsp Scons Compile
523- if : ${{ success() && matrix.legs.RTT_BSP == 'stm32l4_f0_f1( cmake) ' }}
523+ if : ${{ success() && matrix.legs.RTT_BUILD_TOOL == 'cmake' }}
524524 env :
525525 RTT_BSP : ${{ matrix.legs.RTT_BSP }}
526526 RTT_TOOL_CHAIN : ${{ matrix.legs.RTT_TOOL_CHAIN }}
You can’t perform that action at this time.
0 commit comments