From 197ce2cd40cb17151dcd404e78712881f63795f5 Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Wed, 7 Dec 2022 09:56:09 +0800 Subject: [PATCH] fix ci install libsdl-dev error --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index bb91a52d48..2d424b84de 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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