diff --git a/.github/workflows/conda-ci.yml b/.github/workflows/conda-ci.yml index 9c170b0..1d56208 100644 --- a/.github/workflows/conda-ci.yml +++ b/.github/workflows/conda-ci.yml @@ -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}