Skip to content

Commit

Permalink
added opencv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Dec 1, 2023
1 parent bb71aed commit 10ed98c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ jobs:
# Compilation related dependencies
mamba install cmake compilers make ninja pkg-config
# Actual dependencies
mamba install -c conda-forge -c robostack-staging ycm-cmake-modules eigen ace
mamba install -c conda-forge -c robostack-staging ycm-cmake-modules eigen ace opencv
- name: Download YARP/iCub-main
run: |
shell: bash -l {0}
cd ${GITHUB_WORKSPACE}
git clone https://github.com/robotology/yarp
cd ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit 10ed98c

Please sign in to comment.