mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Update SDL version to 2.0.22
2.0.22 just released 40 minutes ago. This also updates the `Dockerfile` to use the URL from the GitHub releases page, instead of SDL's servers. I've also pushed a new Docker container to `ghcr.io/infoteddy/vvvvvv-build`.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
name: Build (CentOS 7)
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/infoteddy/vvvvvv-build@sha256:641092ceb715783183ff3cb6ec4932aecfa2161d135195c29e72c2ad665a4619
|
||||
container: ghcr.io/infoteddy/vvvvvv-build@sha256:2965b59331026ce108836e5226cfda5e08a8c8440156b58944dff0fe5cf93f94
|
||||
|
||||
env:
|
||||
CXXFLAGS: -I/usr/local/include/SDL2
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
env:
|
||||
SDL_VERSION: 2.0.20
|
||||
SDL_VERSION: 2.0.22
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user