mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:47:09 +08:00
pip去掉sudo
This commit is contained in:
parent
976fb46ea1
commit
e85a951ee7
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@ -152,8 +152,8 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -qq install gcc-multilib libsdl-dev libncurses5-dev scons
|
||||
sudo python -m pip install --upgrade pip
|
||||
sudo pip install requests
|
||||
sudo python -m pip install --upgrade pip -qq
|
||||
pip install requests -qq
|
||||
python -c "import tools.menuconfig; tools.menuconfig.touch_env()"
|
||||
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
|
||||
echo "RTT_CC=gcc" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user