From bc1e82952aae02e18c22d4722aad56cbaa105766 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 22 Apr 2024 18:49:03 +0200 Subject: [PATCH] adds valid volume --- .gitea/workflows/run_act.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/run_act.yaml b/.gitea/workflows/run_act.yaml index cc8031a..b06033d 100644 --- a/.gitea/workflows/run_act.yaml +++ b/.gitea/workflows/run_act.yaml @@ -6,6 +6,8 @@ jobs: runs-on: ubuntu-latest container: image: git.minres.com/tooling/riscof_sail:latest + valid_volumes: + - act-runtime volumes: - act-runtime:/mnt/act-runtime continue-on-error: true