Update SDL to 2.24.0 in Windows CI

I missed this because to check for all instances of 2.0.22, I did `rg -F
'2.0.22'`. But ripgrep doesn't search in hidden directories by default,
so the actual command to run is `rg -F. '2.0.22'`.
This commit is contained in:
Misa 2022-08-22 23:47:49 -07:00
parent 16ad8c531e
commit 69a31731ee
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ jobs:
runs-on: windows-latest
env:
SDL_VERSION: 2.0.22
SDL_VERSION: 2.24.0
steps:
- uses: actions/checkout@v1