From 5e175f31ea7c5878d64190cab65022c30a2f82bf Mon Sep 17 00:00:00 2001 From: Daniel Wielanek Date: Wed, 21 Feb 2024 17:16:00 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b05bfd8c..f67cffb4 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -44,6 +44,8 @@ jobs: echo $ROOTSYS export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH root-config --features + echo "::set-env name=ROOTSYS::$ROOTSYS" + echo "::set-env name=LD_LIBRARY_PATH::$LD_LIBRARY_PATH" - name: Checkout code uses: actions/checkout@v4 with: @@ -52,7 +54,6 @@ jobs: - name: Build uses: actions/checkout@v4 shell: bash - working-directory: ${{ steps.strings.outputs.build-output-dir }} run: | source root/bin/thisroot.sh echo $ROOTSYS