mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:44:41 +08:00
fix ci install libsdl-dev error
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
eb66f2c964
commit
197ce2cd40
2
.github/workflows/action.yml
vendored
2
.github/workflows/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user