Update .forgejo/workflows/build.yml
Some checks failed
Build Bevy Game (Linux + Windows) / build-windows (push) Has been cancelled
Build Bevy Game (Linux + Windows) / build-linux (push) Has been cancelled

This commit is contained in:
Crizomb 2026-01-18 15:19:07 +01:00
parent 67dd9e6bb8
commit 27655b18da

View file

@ -7,7 +7,7 @@ on:
jobs:
build-windows:
runs-on: test-tsp
runs-on: test_tsp
container:
image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest
steps:
@ -36,7 +36,7 @@ jobs:
path: dist/bevy-santa
build-linux:
runs-on: test-tsp
runs-on: test_tsp
container:
image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest
steps: