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 18, 2024
1 parent 98f436f commit 51c1d0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DIDYNTREE_USES_PYTHON:BOOL=ON \
-DIDYNTREE_USES_ASSIMP:BOOL=ON \
-DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install/deps ..
-DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install/deps \
-DIDYNTREE_PYTHON_INSTALL_DIR:PATH=${GITHUB_WORKSPACE}/install/deps/lib/python3/dist-packages ..
cmake --build . --config ${{ matrix.build_type }} --target install -j${{env.NUM_CORES_FOR_CMAKE_BUILD}}
# osqp
Expand Down

0 comments on commit 51c1d0f

Please sign in to comment.