[ci] use env install script (#8010)

Co-authored-by: Supper Thomas <78900636@qq.com>
This commit is contained in:
Meco Man 2023-09-07 04:54:32 -04:00 committed by GitHub
parent 5f948690c9
commit b12e6aa961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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