From c1209b0aa36fbfc01aa22d5e2c3078677d1e75ca Mon Sep 17 00:00:00 2001 From: restitux Date: Thu, 27 Nov 2025 21:13:31 -0700 Subject: [PATCH] fuck this shit --- .gitea/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 86f12cc..d28d5f6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -24,7 +24,9 @@ on: [push] jobs: BuildContainer: - runs-on: rust:1.90.0-trixie + runs-on: ubuntu-latest + container: + image: rust:1.90.0-trixie steps: - name: Checkout uses: actions/checkout@v5