Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored Mar 25, 2024
1 parent 51c1d0f commit 562e230
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,7 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DIDYNTREE_USES_PYTHON:BOOL=ON \
-DIDYNTREE_USES_ASSIMP:BOOL=ON \
-DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install/deps \
-DIDYNTREE_PYTHON_INSTALL_DIR:PATH=${GITHUB_WORKSPACE}/install/deps/lib/python3/dist-packages ..
-DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install/deps ..
cmake --build . --config ${{ matrix.build_type }} --target install -j${{env.NUM_CORES_FOR_CMAKE_BUILD}}
# osqp
Expand Down

0 comments on commit 562e230

Please sign in to comment.