Skip to content

Commit

Permalink
add required package for root 30
Browse files Browse the repository at this point in the history
  • Loading branch information
kkacprzak committed Jan 12, 2024
1 parent 58cd79e commit d876d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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: |
Expand Down

0 comments on commit d876d59

Please sign in to comment.