Skip to content

Commit

Permalink
[CI] Upgrade SDL to install pygame 2.6 (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Jun 26, 2024
1 parent b7561b1 commit 559b729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/unittest/linux/scripts/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -v

if [[ $OSTYPE != 'darwin'* ]]; then
apt-get update && apt-get upgrade -y
apt-get install -y vim git wget
apt-get install -y vim git wget libsdl2-dev libsdl2-2.0-0

apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev
apt-get install -y libglvnd0 libgl1 libglx0 libegl1 libgles2
Expand Down

0 comments on commit 559b729

Please sign in to comment.