Skip to content

Commit

Permalink
Update test-build.yml github workflow to use SDL_image 2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed Apr 22, 2024
1 parent c0cec1a commit 301a172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
env:
SDL_VERSION: 2.28.0
IMG_VERSION: 2.0.5
IMG_VERSION: 2.6.0
MIX_VERSION: 2.0.4
TTF_VERSION: 2.0.18
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
./configure --prefix=$HOME/.local
make install
cd ..
wget https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$IMG_VERSION.tar.gz
wget https://github.com/libsdl-org/SDL_image/releases/download/release-$IMG_VERSION/SDL2_image-$IMG_VERSION.tar.gz
tar xf SDL2_image-$IMG_VERSION.tar.gz
cd SDL2_image-$IMG_VERSION
./configure --prefix=$HOME/.local
Expand Down

0 comments on commit 301a172

Please sign in to comment.