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.
This commit is contained in:
Ethan Lee 2025-06-08 17:03:46 -04:00 committed by GitHub
parent 37bb4f30fd
commit 70cbde18fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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