From 4b93c1e21ee2e88ffcbecf634f0d7a9043bfc00c Mon Sep 17 00:00:00 2001 From: Thomas BAUDIER Date: Mon, 25 Mar 2024 20:41:02 +0100 Subject: [PATCH] be sure to compile new gate version --- .github/workflows/runTest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/runTest.sh b/.github/workflows/runTest.sh index f87ee7f..bc14328 100755 --- a/.github/workflows/runTest.sh +++ b/.github/workflows/runTest.sh @@ -74,6 +74,9 @@ fi if [ ! -d /src ]; then git clone --branch ${COMMIT} https://github.com/OpenGATE/Gate.git /src fi +cd /src +git checkout geant4-11.2.1 +cd - cd bin cmake -DGATE_USE_TORCH=$GATE_USE_TORCH \ -DTorch_DIR=$TORCH_DIR \