Skip to content

Commit

Permalink
ci(actions): update github actions dependencies to build xrootd (rean…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Oct 23, 2024
1 parent e23bba8 commit 6ab9917
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 6ab9917

Please sign in to comment.