Skip to content

Commit 8aee6e7

Browse files
mazhiyuanBernardXiong
authored andcommitted
[CI]fix the install error of env tools
1 parent f1ba7c6 commit 8aee6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
sudo apt-get -qq install gcc-multilib libsdl-dev libncurses5-dev scons
165165
sudo python -m pip install --upgrade pip -qq
166166
pip install requests -qq
167+
git config --global http.postBuffer 524288000
167168
python -c "import tools.menuconfig; tools.menuconfig.touch_env()"
168169
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
169170
echo "RTT_CC=gcc" >> $GITHUB_ENV

0 commit comments

Comments
 (0)