Skip to content

Commit

Permalink
Remove cmake command.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone committed Oct 18, 2023
1 parent 381c34b commit f35fa9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheel_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
run: |
source /colcon_builds/install/setup.bash;
PATH=/opt/python/${PYTHON_VERSION}/bin:$PATH \
CMAKE_COMMAND=${{ env.CMAKE_COMMAND_ENV }} \
/opt/python/${PYTHON_VERSION}/bin/colcon build --packages-up-to ${PACKAGE_NAME} \
--cmake-args \
' -DWHEEL_GENERATION=On' \
Expand Down Expand Up @@ -82,6 +81,6 @@ jobs:
- name: upload wheels as artifact
uses: actions/upload-artifact@v3
with:
name: wheels
name: manylinux2014_x86_64
path: ${{ env.COLCON_WS }}/build/${{ env.PACKAGE_NAME }}/wheel/repaired

0 comments on commit f35fa9c

Please sign in to comment.