Skip to content

Commit

Permalink
Bump casadi version used in CI to 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 1, 2024
1 parent 3f19707 commit e89ccb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,12 @@ jobs:
# CasADi
cd ${GITHUB_WORKSPACE}
git clone https://github.com/ami-iit/casadi.git -b ${CasADi_TAG} casadi
git clone https://github.com/casadi/casadi.git -b ${CasADi_TAG} casadi
cd casadi
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install/deps -DWITH_IPOPT=BOOL:ON \
-DWITH_OSQP:BOOL=ON -DUSE_SYSTEM_WISE_OSQP=BOOL:ON ..
-DWITH_BUILD_IPOPT=OFF -DWITH_OSQP:BOOL=ON -DWITH_BUILD_OSQP=OFF ..
cmake --build . --config ${{ matrix.build_type }} --target install -j${{env.NUM_CORES_FOR_CMAKE_BUILD}}
# manif
Expand Down

0 comments on commit e89ccb9

Please sign in to comment.