mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
16ad8c531e
commit
69a31731ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue