Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene authored Oct 18, 2024
1 parent 3d636cb commit 56ddeb4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
- name: Dependencies
shell: bash -l {0}
run: |
# Compilation related dependencies
conda install cmake compilers make ninja pkg-config
# Actual dependencies
conda install ycm-cmake-modules yarp opencv idyntree
# Install ependencies
conda install cmake compilers make ninja pkg-config ycm-cmake-modules yarp opencv idyntree
- name: Configure [Linux&macOS]
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 56ddeb4

Please sign in to comment.