Skip to content

Commit

Permalink
[GHA] install vdt for ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Dec 11, 2024
1 parent 05605ef commit 3c78e21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ jobs:
tar -xzvf "$ROOT_file"
rm "$ROOT_file"
source root/bin/thisroot.sh
cat root/cmake/ROOTConfig.cmake
# Need to manually install vdt
git clone https://github.com/drbenmorgan/vdt.git
cmake -DCMAKE_INSTALL_PREFIX="$ROOTSYS" -S vdt -B vdtbuild
cmake --build vdtbuild --target install --config Release
fi
# we'll install some dependencies with shared libraries, so need to let the OS know
Expand Down

0 comments on commit 3c78e21

Please sign in to comment.