Skip to content

Commit

Permalink
revert root verstion for automated test with ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kkacprzak committed Jan 14, 2024
1 parent d876d59 commit 52ef28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
if: matrix.os == 'ubuntu-22.04'
- name: download ROOT (for ubuntu 20.04)
run: |
wget https://root.cern/download/root_v6.30.02.Linux-ubuntu20.04-x86_64-gcc9.4.tar.gz
tar xzf root_v6.30.02.Linux-ubuntu20.04-x86_64-gcc9.4.tar.gz
wget https://root.cern/download/root_v6.24.02.Linux-ubuntu20-x86_64-gcc9.3.tar.gz
tar xzf root_v6.24.02.Linux-ubuntu20-x86_64-gcc9.3.tar.gz
if: matrix.os == 'ubuntu-20.04'
- name: download ROOT (for ubuntu-18.04)
run: |
Expand Down

0 comments on commit 52ef28e

Please sign in to comment.