Browse Source

[CI]fix the install error of env tools

mazhiyuan 3 years ago
parent
commit
8aee6e73c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/action.yml

+ 1 - 0
.github/workflows/action.yml

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