mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 17:12:01 +08:00
ci: fix dep miss (#9965)
This commit is contained in:
1
.github/workflows/bsp_buildings.yml
vendored
1
.github/workflows/bsp_buildings.yml
vendored
@@ -405,6 +405,7 @@ jobs:
|
||||
wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
|
||||
chmod 777 install_ubuntu.sh
|
||||
./install_ubuntu.sh
|
||||
pip install -r tools/requirements.txt
|
||||
git config --global http.postBuffer 524288000
|
||||
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
|
||||
echo "RTT_CC=gcc" >> $GITHUB_ENV
|
||||
|
||||
@@ -2,3 +2,4 @@ scons>=4.0.1
|
||||
requests>=2.27.1
|
||||
tqdm>=4.67.1
|
||||
kconfiglib>=13.7.1
|
||||
PyYAML>=6.0
|
||||
Reference in New Issue
Block a user