From 56ddeb4988507632b794ed6d36eb223261f3564c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Genesio=20=28=E4=BA=8C=E3=82=B3=E3=82=B2?= =?UTF-8?q?=E3=83=8D=29?= Date: Fri, 18 Oct 2024 15:04:10 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 725b6791..e64afc60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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')