summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2022-12-27 19:33:40 -0500
committerGitHub <noreply@github.com>2022-12-27 19:33:40 -0500
commitecb10e6ac2203c49d07eb4ccc5ff8280ab22f3f8 (patch)
treeab77d16b19cc58afdffb5f6181dbb55778cf1d06 /.github/workflows
parentf42f86e3ef4636e224eee474654eeda86c8d3a2b (diff)
chore: bump sdl version in appimage (#2288)
Co-authored-by: briaguya <briaguya@alice>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/generate-builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml
index 5e23a550f..a91142541 100644
--- a/.github/workflows/generate-builds.yml
+++ b/.github/workflows/generate-builds.yml
@@ -101,9 +101,9 @@ jobs:
- name: Install latest SDL
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
- wget https://www.libsdl.org/release/SDL2-2.24.1.tar.gz
- tar -xzf SDL2-2.24.1.tar.gz
- cd SDL2-2.24.1
+ wget https://www.libsdl.org/release/SDL2-2.26.1.tar.gz
+ tar -xzf SDL2-2.26.1.tar.gz
+ cd SDL2-2.26.1
./configure
make -j 10
sudo make install