You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could fetch releases using the GitHub API and check the tags. The tag format is always release-$DISTRO-YYYYMMDD. Then we check the assets and pick the one for a given platform. This part might be a bit trickier, but it should work.
Testing Notes / Suggestions
The text was updated successfully, but these errors were encountered:
Description
We currently hardcode paths to Windows binary release archives and have to update the paths manually when new distros/distro patches are released:
setup-ros/src/setup-ros-windows.ts
Lines 9 to 17 in c4e8165
setup-ros
could try to automatically detect and use the latest binary release for a given distro.Related Issues
This feature request includes macOS assuming that this related feature is implemented: #107
Completion Criteria
Implementation Notes / Suggestions
See #450 (comment)
Testing Notes / Suggestions
The text was updated successfully, but these errors were encountered: