Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump manif in CI to 0.0.5 #874

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
YARP_TAG: v3.8.0
iDynTree_TAG: 42f2874b729348575aeee723c1775c3425735ef9
CasADi_TAG: 3.5.5.2
manif_TAG: 0.0.4.102
manif_TAG: 0.0.5
matioCpp_TAG: v0.2.0
LieGroupControllers_TAG: v0.2.0
osqp_TAG: v0.6.2
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:

# manif
cd ${GITHUB_WORKSPACE}
git clone https://github.com/robotology-dependencies/manif.git
git clone https://github.com/artivis/manif.git
cd manif
git checkout ${manif_TAG}
mkdir build
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:

# manif
cd ${GITHUB_WORKSPACE}
git clone https://github.com/robotology-dependencies/manif.git
git clone https://github.com/artivis/manif.git
cd manif
git checkout ${manif_TAG}
mkdir build
Expand Down
Loading