From aa9fa04d86b368049b393a23d3665f7d749a6b1d Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sun, 8 Jun 2025 22:51:59 -0400 Subject: [PATCH] CI: Update from CentOS 7 to Steam Linux Runtime 3.0 --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34b7088f..296507d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,14 +64,10 @@ jobs: run: ninja -C ${SRC_DIR_PATH}/build build-lin: - name: Build (CentOS 7) + name: Build (Steam Linux Runtime Sniper) runs-on: ubuntu-latest - container: ghcr.io/infoteddy/vvvvvv-build@sha256:50a2f769db3ca180286e9a76c1bf06b7016544a78e1fc7a9a0cc1144c675ced1 - - env: - CXXFLAGS: -I/usr/local/include/SDL2 - LDFLAGS: -L/usr/local/lib + container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest steps: - uses: actions/checkout@v1