File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -427,14 +427,18 @@ jobs:
427427 path : /opt/gcc-arm-none-eabi-10-2020-q4-major
428428 key : ${{ runner.os }}-arm-none-eabi-10-2020-q4-major
429429 - name : Install Arm ToolChains
430- if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-arm' && success() && (steps.cache-gcc-arm.outputs.cache-hit != 'true') }}
430+ if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-arm' && (steps.cache-gcc-arm.outputs.cache-hit != 'true') }}
431431 shell : bash
432432 run : |
433433 wget -q https://github.com/RT-Thread/toolchains-ci/releases/download/v1.3/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
434434 sudo tar xjf gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2 -C /opt
435+ - name : Install Arm ToolChains2
436+ if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-arm'}}
437+ shell : bash
438+ run : |
435439 /opt/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-gcc --version
436440 echo "RTT_EXEC_PATH=/opt/gcc-arm-none-eabi-10-2020-q4-major/bin" >> $GITHUB_ENV
437-
441+
438442 - name : Install LLVM-Arm ToolChains
439443 if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'llvm-arm' && success() }}
440444 shell : bash
You can’t perform that action at this time.
0 commit comments