never actually installs ROS2 binaries for windows
flynneva opened this issue · 1 comments
flynneva commented
Description
i think im seeing this right but it looks like this action is hanging after "rosdep init" for windows and never actually installs ROS2 binaries.
Expected Behavior
install ROS2 binaries
Actual Behavior
hangs (awaits) on rosdep init step.
To Reproduce
see it in action here
System (please complete the following information)
- OS: Windows 10
- ROS 2 Distro: Any
Additional context
looking at the ts for this action it looks like the windows part awaits
setting up the ROS2 dependencies before actually installing the ROS2 binaries. I am no expert in TS but i would guess this is where the issue is.