From 400763b7d706b5ccedd2408e4d830d74c1fa819f Mon Sep 17 00:00:00 2001 From: Misa Date: Thu, 24 Mar 2022 17:52:09 -0700 Subject: [PATCH] CI: Use new container without SDL_mixer Now that SDL_mixer is gone, I've built a new container without it. Just to get rid of unused files in the CI system. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7017cce0..8b01999c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: name: Build (CentOS 7) runs-on: ubuntu-latest - container: ghcr.io/infoteddy/vvvvvv-build@sha256:edb1636c49386d0f929722cd0d8a618d897d23af33c754f2b0d3593ceb994629 + container: ghcr.io/infoteddy/vvvvvv-build@sha256:641092ceb715783183ff3cb6ec4932aecfa2161d135195c29e72c2ad665a4619 env: CXXFLAGS: -I/usr/local/include/SDL2