Skip to content

Commit

Permalink
jq is already installed, apparently, so no need to apt-get it after all.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Jan 18, 2024
1 parent f532e91 commit 6d073b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,10 +1014,7 @@ jobs:
submodules: true

- name: Install Flow-IPC dependencies (like Graphviz) with apt-get
run: |
# Install Flow-IPC dependencies (like Graphviz) with apt-get.
sudo apt-get install -y jq # JSON tool (we use it in this script itself).
sudo apt-get install -y graphviz
run: sudo apt-get install -y graphviz

- name: Install the latest version of Conan which is less than 2
run: pip install 'conan<2'
Expand Down

0 comments on commit 6d073b2

Please sign in to comment.