Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…mework into BOOST_LOG_DYN_LINK_REDEFINED
  • Loading branch information
positive-response committed Jan 31, 2024
2 parents 0337a65 + ddd0c80 commit 15d9749
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 15d9749

Please sign in to comment.