Skip to content

Commit

Permalink
Update matlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 28, 2024
1 parent 346f35c commit 1702df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

- name: Dependencies
run: |
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
conda config --remove channels defaults
conda install cmake compilers make ninja pkg-config eigen libxml2 assimp ipopt irrlicht osqp-eigen glfw
# Additional dependencies useful only on Linux
Expand All @@ -45,7 +47,7 @@ jobs:
run: |
# Additional dependencies only useful on Linux
# See https://github.com/robotology/robotology-superbuild/issues/477
conda install libgl-devel
conda install xorg-libxrandr libgl-devel
# Additional dependencies useful only on Windows
- name: Dependencies [Conda/Windows]
Expand Down

0 comments on commit 1702df7

Please sign in to comment.