Skip to content

Commit

Permalink
build: add ament_package to core_depends
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Feb 21, 2024
1 parent 4509cb3 commit da2d4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-deb-packages-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: esteve/ros-deb-builder-action@tier4/main
with:
ROSDEP_SOURCE: yaml https://s3.amazonaws.com/autonomoustuff-repo/autonomoustuff-public-humble.yaml
SBUILD_CONF: $extra_repositories = ["deb [trusted=yes] https://s3.amazonaws.com/autonomoustuff-repo/ jammy main"]; $extra_packages = ['ros-humble-ament-package'];
SBUILD_CONF: $extra_repositories = ["deb [trusted=yes] https://s3.amazonaws.com/autonomoustuff-repo/ jammy main"]; $core_depends = ['ros-humble-ament-package'];
DEB_DISTRO: jammy
ROS_DISTRO: humble
REPOS_FILE: sources.repos
Expand Down

0 comments on commit da2d4d1

Please sign in to comment.