Skip to content

Commit

Permalink
install tbb, vdt via APT for ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Dec 11, 2024
1 parent 5eef9fd commit 4e98478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ jobs:
if test "${{matrix.ROOT}}XX" == "ONXX"; then
case ${{matrix.os}} in
(ubuntu*)
sudo apt install libtbb-dev libvdt-dev libgif-dev
ROOT_file=root_v6.34.00.Linux-ubuntu24.04-x86_64-gcc13.2.tar.gz
#root_v6.34.00.Linux-ubuntu24.10-x86_64-gcc14.2.tar.gz
;;
Expand All @@ -271,7 +272,6 @@ jobs:
rm "$ROOT_file"
source root/bin/thisroot.sh
echo ROOTSYS="$ROOTSYS" >> $GITHUB_ENV
sudo apt install libtbb-dev libvdt-dev libgif-dev
fi
# we'll install some dependencies with shared libraries, so need to let the OS know
Expand Down Expand Up @@ -337,10 +337,10 @@ jobs:
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session if triggered
if: ${{ failure() }}
#if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 45
#if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled == 'true' }}
timeout-minutes: 30
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled == 'true' }}

- name: build
shell: bash
Expand Down

0 comments on commit 4e98478

Please sign in to comment.