From 6d073b2994124e9acee4a6e5ad4b7637cfd21659 Mon Sep 17 00:00:00 2001 From: Yuri Goldfeld Date: Wed, 17 Jan 2024 20:25:32 -0800 Subject: [PATCH] jq is already installed, apparently, so no need to apt-get it after all. --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edf4a431a..8778f1e73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'