Skip to content

Commit

Permalink
DONT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Nov 2, 2023
1 parent 35055da commit d5c4a5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d5c4a5f

Please sign in to comment.