|
@@ -46,9 +46,9 @@ jobs:
|
|
|
- name: Install Tools
|
|
|
shell: bash
|
|
|
run: |
|
|
|
- sudo apt-get update
|
|
|
- sudo apt-get -qq install gcc-multilib libncurses5 libncurses5-dev libncursesw5-dev scons
|
|
|
- sudo python -m pip install --upgrade pip -qq
|
|
|
+ wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
|
|
|
+ chmod 777 install_ubuntu.sh
|
|
|
+ ./install_ubuntu.sh
|
|
|
git config --global http.postBuffer 524288000
|
|
|
git remote -v
|
|
|
git fetch origin
|