Skip to content

Commit 649dee6

Browse files
committed
change ROOT version to 6.34.00
1 parent 3765537 commit 649dee6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ jobs:
6969
sudo apt-get install dpkg-dev cmake g++ gcc binutils libx11-dev libxpm-dev libxft-dev libxext-dev python3 libssl-dev
7070
python3 --version
7171
ls -l $(dirname $(which python3))/python*
72-
wget --quiet https://root.cern/download/root_v6.32.10.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
73-
tar zxf root_v6.32.10.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
72+
# wget --quiet https://root.cern/download/root_v6.32.10.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
73+
curl https://root.cern/download/root_v6.34.00.Linux-ubuntu24.04-x86_64-gcc13.2.tar.gz -o root.tar.gz
74+
tar zxf root.tar.gz
7475
source root/bin/thisroot.sh
7576
echo $ROOTSYS
7677
export PYTHONPATH=$ROOTSYS/lib:$PYTHONPATH

0 commit comments

Comments
 (0)