Skip to content

Commit

Permalink
Fix SDL2_image package download URL
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 a1c2064 commit 266bbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
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 266bbc8

Please sign in to comment.