From bed42aaeb1461bcc61709e2bd6d2bc50e5cb27b7 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sun, 24 Sep 2023 15:16:40 +0000 Subject: [PATCH] now runs on rust --- .gitea/workflows/release_actions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release_actions.yaml b/.gitea/workflows/release_actions.yaml index 1c45109..5b9db18 100644 --- a/.gitea/workflows/release_actions.yaml +++ b/.gitea/workflows/release_actions.yaml @@ -9,6 +9,8 @@ on: jobs: test: runs-on: ubuntu-latest + container: + image: rust:latest # Service containers to run with `container-job` services: