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'