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 8305eb8 commit 8524014
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
env:
ROOT_VERSION: "6.26/06"
GLS_VERSION: "2.5"
GOPROXY: "https://proxy.golang.org"


jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -44,15 +46,12 @@ 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:
fetch-depth: 1

- name: Build
uses: actions/checkout@v4
shell: bash
run: |
source root/bin/thisroot.sh
Expand Down

0 comments on commit 8524014

Please sign in to comment.