From 33cabc86c931bfd81bc45a3a1c09ee980230e460c35bffb137521b4649f513e0 Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 30 Jun 2026 03:26:08 +0200 Subject: [PATCH] Figuring actions thing up --- .gitea/workflows/build_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_release.yaml b/.gitea/workflows/build_release.yaml index 0e99ff4..acf43b1 100644 --- a/.gitea/workflows/build_release.yaml +++ b/.gitea/workflows/build_release.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: rust-slim-trixie + runs-on: rust-trixie steps: - name: Check out repository code uses: actions/checkout@v4