chore: bump sdl version in appimage (#2288)
Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
6
.github/workflows/generate-builds.yml
vendored
6
.github/workflows/generate-builds.yml
vendored
@@ -101,9 +101,9 @@ jobs:
|
|||||||
- name: Install latest SDL
|
- name: Install latest SDL
|
||||||
run: |
|
run: |
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
wget https://www.libsdl.org/release/SDL2-2.24.1.tar.gz
|
wget https://www.libsdl.org/release/SDL2-2.26.1.tar.gz
|
||||||
tar -xzf SDL2-2.24.1.tar.gz
|
tar -xzf SDL2-2.26.1.tar.gz
|
||||||
cd SDL2-2.24.1
|
cd SDL2-2.26.1
|
||||||
./configure
|
./configure
|
||||||
make -j 10
|
make -j 10
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user