Skip to content

Commit

Permalink
ci: ROOT 6.28/04 has been retracted, upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert committed Jan 1, 2024
1 parent 64d70a8 commit fb02e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/bin/install-deps-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ apt-get -y update || exit 1
apt-get -y install libboost-dev libcgal-dev libgmp-dev libmpfr-dev \
libvtk9-dev libxi-dev libocct-*-dev occt-misc numdiff || exit 1

root_version="6.28.04"
root_version="6.28.10"
ROOTSYS="/opt/root"

mkdir -p "$ROOTSYS" || exit 1
wget -q -O- "https://root.cern/download/root_v${root_version}.Linux-ubuntu22-x86_64-gcc11.3.tar.gz" \
wget -q -O- "https://root.cern/download/root_v${root_version}.Linux-ubuntu22-x86_64-gcc11.4.tar.gz" \
| tar --strip-components 1 -C "$ROOTSYS" --strip=1 -x -z || exit 1

0 comments on commit fb02e3d

Please sign in to comment.