Skip to content

Commit

Permalink
Merge pull request #293 from kkacprzak/root_urls
Browse files Browse the repository at this point in the history
Update root files urls for github workflows
  • Loading branch information
kkacprzak authored Jan 15, 2024
2 parents 1d7d982 + 52ef28e commit ddd0c80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: system update
run: |
sudo apt-get -qq update
sudo apt-get install -y git libboost-all-dev libtbb-dev cmake
sudo apt-get install -y git libboost-all-dev libtbb-dev cmake nlohmann-json3-dev
- name: download ROOT (for ubuntu 22.04)
run: |
wget https://root.cern/download/root_v6.26.02.Linux-ubuntu22-x86_64-gcc11.2.tar.gz
tar xzf root_v6.26.02.Linux-ubuntu22-x86_64-gcc11.2.tar.gz
wget https://root.cern/download/root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
tar xzf root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
if: matrix.os == 'ubuntu-22.04'
- name: download ROOT (for ubuntu 20.04)
run: |
Expand All @@ -28,8 +28,8 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
- name: download ROOT (for ubuntu-18.04)
run: |
wget http://sphinx.if.uj.edu.pl/framework/root-6-20-06-ubuntu18-jpet.tar.gz
tar xzf root-6-20-06-ubuntu18-jpet.tar.gz
wget http://sphinx.if.uj.edu.pl/framework/root_v6.25.01.Linux-ubuntu18-x86_64-gcc7.5.tar.gz
tar xzf root_v6.25.01.Linux-ubuntu18-x86_64-gcc7.5.tar.gz
if: matrix.os == 'ubuntu-18.04'
- name: cmake
run: |
Expand Down

0 comments on commit ddd0c80

Please sign in to comment.