From ea487c84687ad1271763f9e6f89db6121a3972eb Mon Sep 17 00:00:00 2001 From: jose-luis-rs Date: Tue, 2 Jun 2026 18:32:08 +0200 Subject: [PATCH] fix(github):Fix problem with ctest Minor change Minor change --- .github/actions/r3bbuild-steps/action.yml | 1 - .github/workflows/main_fsr.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/r3bbuild-steps/action.yml b/.github/actions/r3bbuild-steps/action.yml index 6bac5393..54a9e1cc 100644 --- a/.github/actions/r3bbuild-steps/action.yml +++ b/.github/actions/r3bbuild-steps/action.yml @@ -31,7 +31,6 @@ runs: mv sofia R3BRoot mv R3BRoot sofia cd sofia - git clone https://github.com/R3BRootGroup/R3BFileSource.git mv sofia/ucesb . export UCESB_DIR=$GITHUB_WORKSPACE/ucesb/ echo "UCESB_DIR=$GITHUB_WORKSPACE/ucesb/" >> $GITHUB_ENV diff --git a/.github/workflows/main_fsr.yml b/.github/workflows/main_fsr.yml index a09fc37b..3ae26e06 100644 --- a/.github/workflows/main_fsr.yml +++ b/.github/workflows/main_fsr.yml @@ -115,6 +115,6 @@ jobs: # are rerun after 'make clean'. - name: Ctest-cdash if: always() - uses: './.github/actions/fsr/ctest-cdash' + uses: './sofia/.github/actions/fsr/ctest-cdash' with: repo: ${{ matrix.repos }}