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 }}