mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 01:22:27 +03:00
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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user