[ci] use env install script (#8010)

Co-authored-by: Supper Thomas <78900636@qq.com>
This commit is contained in:
Meco Man
2023-09-07 16:54:32 +08:00
committed by GitHub
co-authored by Supper Thomas
parent 5f948690c9
commit b12e6aa961
+1 -1
View File
@@ -324,7 +324,7 @@ jobs:
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
pip install requests -qq
pip install requests -qq psutil
git config --global http.postBuffer 524288000
python -c "import tools.menuconfig; tools.menuconfig.touch_env()"
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV