Skip to content

Commit

Permalink
Add support for Humble on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed May 24, 2022
1 parent c8f2d20 commit 559478b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
# Galactic Geochelone (May 2021 - November 2022)
- galactic
# Humble Hawksbill (May 2022 - May 2027)
# TODO uncomment this once Humble is officially available on Windows
# - humble
- humble
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6602,6 +6602,7 @@ var setup_ros_windows_awaiter = (undefined && undefined.__awaiter) || function (
const binaryReleases = {
foxy: "https://github.com/ros2/ros2/releases/download/release-foxy-20210902/ros2-foxy-20210902-windows-release-amd64.zip",
galactic: "https://github.com/ros2/ros2/releases/download/release-galactic-20210716/ros2-galactic-20210616-windows-release-amd64.zip",
humble: "https://github.com/ros2/ros2/releases/download/release-humble-20220523/ros2-humble-20220523-windows-release-amd64.zip",
};
const setup_ros_windows_pip3Packages = ["lxml", "netifaces"];
/**
Expand Down
2 changes: 2 additions & 0 deletions src/setup-ros-windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const binaryReleases: { [index: string]: string } = {
foxy: "https://github.com/ros2/ros2/releases/download/release-foxy-20210902/ros2-foxy-20210902-windows-release-amd64.zip",
galactic:
"https://github.com/ros2/ros2/releases/download/release-galactic-20210716/ros2-galactic-20210616-windows-release-amd64.zip",
humble:
"https://github.com/ros2/ros2/releases/download/release-humble-20220523/ros2-humble-20220523-windows-release-amd64.zip",
};

const pip3Packages: string[] = ["lxml", "netifaces"];
Expand Down

0 comments on commit 559478b

Please sign in to comment.