[ci] use env install script to install env

This commit is contained in:
Meco Man
2024-07-10 00:13:15 +08:00
committed by Rbb666
parent f5a98c6fc8
commit 08c96e5e47
2 changed files with 6 additions and 5 deletions

View File

@@ -45,8 +45,9 @@ jobs:
- name: Install Tools
shell: bash
run: |
sudo apt-get update
sudo apt-get -yqq install scons
wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
chmod 777 install_ubuntu.sh
./install_ubuntu.sh
- name: Install Arm ToolChains
if: ${{ success() }}