Skip to content

Commit 2689402

Browse files
committed
typo
1 parent 072d6bf commit 2689402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
406406
chmod 777 install_ubuntu.sh
407407
./install_ubuntu.sh
408-
pip install -r tools/requirement.txt
408+
pip install -r tools/requirements.txt
409409
git config --global http.postBuffer 524288000
410410
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
411411
echo "RTT_CC=gcc" >> $GITHUB_ENV

0 commit comments

Comments
 (0)