From d5c4a5ffa94ded7864f214675aac16c791d4fd43 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 2 Nov 2023 15:55:03 +0700 Subject: [PATCH] DONT MERGE --- setup/action.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/action.yaml b/setup/action.yaml index 4656d16..346f129 100644 --- a/setup/action.yaml +++ b/setup/action.yaml @@ -28,5 +28,10 @@ runs: rosdep update rosdep install -y --rosdistro ${{ inputs.ros2-distro }} --from-paths . if [ -f '/opt/ros/${{ inputs.ros2-distro }}/setup.bash' ]; then + echo "gogo" echo 'source /opt/ros/${{ inputs.ros2-distro }}/setup.bash' >> ~/.bashrc fi + echo "hoho" + cat /opt/ros/${{ inputs.ros2-distro }}/setup.bash + echo "fofo" + cat ~/.bashrc