Skip to content

Commit

Permalink
Switch to graphviz 2.50 to avoid compilation problems (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 10, 2022
1 parent cb2c842 commit 45c0fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
shell: bash -l {0}
run: |
# Additional dependencies only useful on Windows
mamba install -c conda-forge -c robotology esdcan freeglut
mamba install -c conda-forge -c robotology esdcan freeglut graphviz=2.50
- name: Print used environment [Conda]
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion doc/conda-forge.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mamba install -c conda-forge bash-completion freeglut libdc1394 libi2c expat-cos

If you are on **Windows**, you also need to install also the following packages:
~~~
mamba install -c conda-forge freeglut
mamba install -c conda-forge freeglut graphviz=2.50
~~~

### Clone the repo
Expand Down

0 comments on commit 45c0fe9

Please sign in to comment.