From 70cbde18feee4c85987a42da32ade47ded988ba4 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sun, 8 Jun 2025 17:03:46 -0400 Subject: [PATCH] CI: Move Sniper SDK from beta to latest. This was a carryover from FNA when I was doing the initial move to SDL3; VVV won't have to care about this now that 3.2.0 has been out for a while. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef4acc96..446b49df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,9 +87,7 @@ jobs: name: Build (Steam Linux Runtime Sniper) runs-on: ubuntu-latest - container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:beta - env: - CONTAINER_IMAGE_TAG: beta + container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest steps: - uses: actions/checkout@v4