fix ci install libsdl-dev error

This commit is contained in:
guozhanxin 2022-12-07 09:56:09 +08:00 committed by Man, Jianting (Meco)
parent eb66f2c964
commit 197ce2cd40
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get -qq install gcc-multilib libsdl-dev libncurses5-dev scons
sudo apt-get -qq install gcc-multilib libncurses5-dev scons
sudo python -m pip install --upgrade pip -qq
pip install requests -qq
git config --global http.postBuffer 524288000