Skip to content

Commit

Permalink
Set ros-enabled CI option false since we are using a ROS-enabled dock…
Browse files Browse the repository at this point in the history
…er image
  • Loading branch information
marip8 committed Jun 18, 2024
1 parent 9a7ef9e commit 80e6129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
before-script: source /opt/ros/${{ matrix.distro }}/setup.bash
ccache-enabled: false
rosdep-enabled: true
ros-enabled: true
ros-enabled: false
vcs-file: dependencies.repos
target-path: target_ws/src
target-args: '-DCMAKE_BUILD_TYPE=Debug -DINDUSTRIAL_CALIBRATION_ENABLE_TESTING=ON -DINDUSTRIAL_CALIBRATION_ENABLE_RUN_TESTING=OFF -DINDUSTRIAL_CALIBRATION_ENABLE_CLANG_TIDY=ON'
Expand Down

0 comments on commit 80e6129

Please sign in to comment.