Skip to content

Commit

Permalink
external: update sdl to version 2.30.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Nov 5, 2024
1 parent 934fdad commit 33978d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
choco install ccache
if: matrix.os == 'windows-latest'

- name: Set up SDL 2.30.7 (ubuntu-latest)
- name: Set up SDL 2.30.9 (ubuntu-latest)
run: |
SDL2VER=2.30.7
SDL2VER=2.30.9
if [[ ! -e ~/.ccache ]]; then
mkdir ~/.ccache
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
with:
submodules: recursive

- name: Set up SDL 2.30.7 (ubuntu-latest)
- name: Set up SDL 2.30.9 (ubuntu-latest)
run: |
SDL2VER=2.30.7
SDL2VER=2.30.9
if [[ ! -e ~/.ccache ]]; then
mkdir ~/.ccache
fi
Expand Down
2 changes: 1 addition & 1 deletion external/sdl
Submodule sdl updated 143 files

0 comments on commit 33978d4

Please sign in to comment.