File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,6 @@ jobs:
425425 python-version : 3.8
426426
427427 - name : Install Tools
428- shell : bash
429428 run : |
430429 wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
431430 chmod 777 install_ubuntu.sh
@@ -444,7 +443,6 @@ jobs:
444443
445444 - name : Install Arm ToolChains
446445 if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-arm' && success() }}
447- shell : bash
448446 run : |
449447 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
450448 sudo tar xjf gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2 -C /opt
@@ -534,6 +532,10 @@ jobs:
534532 RTT_BUILD_TOOL : ${{ matrix.legs.RTT_BUILD_TOOL }}
535533 SRTT_BSP : ${{ join(matrix.legs.SUB_RTT_BSP, ',') }}
536534 run : |
535+ which cmake
536+ cmake --version
537+ which ninja
538+ ninja --version
537539 source ~/.env/env.sh
538540 python tools/ci/bsp_buildings.py
539541
You can’t perform that action at this time.
0 commit comments