diff --git a/.github/workflows/generate-deb-packages-aws.yaml b/.github/workflows/generate-deb-packages-aws.yaml index f6789f903..c361b8c0e 100644 --- a/.github/workflows/generate-deb-packages-aws.yaml +++ b/.github/workflows/generate-deb-packages-aws.yaml @@ -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"]; $core_depends = ['ros-humble-ament-package']; + SBUILD_CONF: $extra_repositories = ["deb [trusted=yes] https://s3.amazonaws.com/autonomoustuff-repo/ jammy main"]; $core_depends = ['build-essential:native','fakeroot:native','ros-humble-ament-package']; DEB_DISTRO: jammy ROS_DISTRO: humble REPOS_FILE: sources.repos