Skip to content

Commit efae87d

Browse files
Don't build coal on debian (#787)
1 parent eed37e4 commit efae87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_publish_debian_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cache-to: type=gha,scope=debian-${{ matrix.ros_distro }},mode=max
8282
build-args: |
8383
ROS_DISTRO=${{ matrix.ros_distro }}
84-
EXCLUDE_PACKAGES=gz_ros2_control gz_ros2_control_demos ign_ros2_control mujoco_ros2_control ros_gz_sim ros_gz_bridge rviz2 eigenpy hpp-fcl ${{ matrix.exclude_packages }}
84+
EXCLUDE_PACKAGES=gz_ros2_control gz_ros2_control_demos ign_ros2_control mujoco_ros2_control ros_gz_sim ros_gz_bridge rviz2 eigenpy hpp-fcl coal ${{ matrix.exclude_packages }}
8585
8686
stack-build:
8787
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)