From d322c7c9d87045ef404ac281609c28a8c5f7b739 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 22 Apr 2024 18:05:51 +0200 Subject: [PATCH] updates env setting --- .gitea/workflows/run_act.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/run_act.yaml b/.gitea/workflows/run_act.yaml index 8016e4a..fe2db3d 100644 --- a/.gitea/workflows/run_act.yaml +++ b/.gitea/workflows/run_act.yaml @@ -8,7 +8,11 @@ jobs: image: git.minres.com/tooling/riscof_sail:latest volumes: - act-runtime:/mnt/act-runtime + env: + - CONAN_HOME=/mnt/act-runtime/conan/ steps: + - name: Check Conan Home + run: echo $CONAN_HOME - name: Check out repository code run: git clone --recursive -b ${{gitea.ref_name}} https://git.minres.com/TGFS/TGC-ISS.git