Skip to content

Commit

Permalink
Fix CI (#328)
Browse files Browse the repository at this point in the history
* Update ycm version in CI

* Clone only required icub-main branch

* Fix variable capitalization in CI

* Update icub-main CI version
  • Loading branch information
lrapetti authored Dec 5, 2022
1 parent 4752633 commit 0ba10d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:

env:
vcpkg_robotology_TAG: v0.6.0
YCM_TAG: v0.14.1
YCM_TAG: v0.14.2
YARP_TAG: v3.7.1
iDynTree_TAG: v6.0.0
wearables_TAG: v1.4.0
icub_main_TAG: v1.21.0
icub_main_TAG: v1.28.1
osqp_TAG: v0.6.0
OsqpEigen_TAG: v0.6.2
matioCpp_TAG: v0.2.0
Expand Down Expand Up @@ -125,9 +125,8 @@ jobs:
# icub-main
cd ${GITHUB_WORKSPACE}
git clone https://github.com/robotology/icub-main
git clone -b ${icub_main_TAG} https://github.com/robotology/icub-main
cd icub-main
git checkout ${ICUB_MAIN_TAG}
mkdir -p build
cd build
cmake -DCMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/install/deps \
Expand Down

0 comments on commit 0ba10d5

Please sign in to comment.