[CI]fix the install error of env tools

This commit is contained in:
mazhiyuan 2021-12-28 10:50:10 +08:00 committed by Bernard Xiong
parent f1ba7c65ad
commit 8aee6e73c9
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ jobs:
sudo apt-get -qq install gcc-multilib libsdl-dev libncurses5-dev scons
sudo python -m pip install --upgrade pip -qq
pip install requests -qq
git config --global http.postBuffer 524288000
python -c "import tools.menuconfig; tools.menuconfig.touch_env()"
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
echo "RTT_CC=gcc" >> $GITHUB_ENV