1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 10:33:32 +02:00

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

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