Skip to content

Commit

Permalink
ci(actions): update github actions dependencies to build xrootd (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Oct 23, 2024
1 parent ce3a418 commit 5d54f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update -y
sudo apt-get install python3-dev graphviz libgraphviz-dev pkg-config
sudo apt-get install python3-dev graphviz libgraphviz-dev pkg-config uuid-dev
- name: Install system dependencies
run: |
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update -y
sudo apt-get install python3-dev graphviz libgraphviz-dev pkg-config
sudo apt-get install python3-dev graphviz libgraphviz-dev pkg-config uuid-dev
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 5d54f47

Please sign in to comment.