Fix CI, fix library building

This commit is contained in:
Lior Halphon 2025-01-10 12:59:31 +02:00
parent 9793e15f4d
commit 9442a2a8e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
case `echo $1 | cut -d '-' -f 1` in case `echo $1 | cut -d '-' -f 1` in
ubuntu) ubuntu)
sudo apt-get -qq update sudo apt-get -qq update
sudo apt-get install -yq bison libpng-dev pkg-config libsdl2-dev sudo apt-get install -yq bison libpng-dev pkg-config libsdl2-dev libgdk-pixbuf2.0-dev
( (
cd `mktemp -d` cd `mktemp -d`
curl -L https://github.com/rednex/rgbds/archive/v0.6.0.zip > rgbds.zip curl -L https://github.com/rednex/rgbds/archive/v0.6.0.zip > rgbds.zip