Skip to content

Commit

Permalink
github workflow script should be distro agnostic package names. (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Dec 5, 2024
1 parent cb678ba commit 44edaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function install_prerequisites () {
apt update && apt upgrade -y
apt install -y git
# TODO(@fujitatomoya) probably we should use rosdep to install dependencies to build
apt install -y ros-rolling-mimick-vendor ros-rolling-performance-test-fixture ros-rolling-test-msgs
apt install -y ros-${ROS_DISTRO}-mimick-vendor ros-${ROS_DISTRO}-performance-test-fixture ros-${ROS_DISTRO}-test-msgs
#apt install -y ros-${ROS_DISTRO}-desktop --no-install-recommends
cd $there
}
Expand Down

0 comments on commit 44edaeb

Please sign in to comment.