Skip to content

Commit 5080085

Browse files
authored
Update bsp_buildings.yml
1 parent a2891d5 commit 5080085

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)