Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWielanek authored Feb 21, 2024
1 parent 725c61d commit 5e175f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 5e175f3

Please sign in to comment.