Skip to content

Commit 5bfabd3

Browse files
committed
Address comments
1 parent b52c425 commit 5bfabd3

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/windows-build-and-test.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- jazzy
2121
- kilted
2222
- rolling
23-
include:
24-
- ros_distribution: jazzy
25-
ros_binary_url: https://github.com/ros2/ros2/releases/download/release-jazzy-20260128/ros2-jazzy-20260128-windows-release-amd64.zip
2623
steps:
2724
- name: Setup Node.js ${{ matrix.node-version }}
2825
uses: actions/setup-node@v6
@@ -39,19 +36,6 @@ jobs:
3936
with:
4037
required-ros-distributions: ${{ matrix.ros_distribution }}
4138

42-
- name: Install 7-Zip and wget
43-
if: ${{ matrix.ros_distribution == 'jazzy' }}
44-
shell: powershell
45-
run: |
46-
choco install 7zip wget -y
47-
48-
- name: Download ROS2 Jazzy binary
49-
if: ${{ matrix.ros_distribution == 'jazzy' }}
50-
shell: bash
51-
run: |
52-
wget --quiet ${{ matrix.ros_binary_url }} -O jazzy.zip
53-
7z x jazzy.zip -y -o/c/dev/jazzy
54-
5539
- name: Prebuild - Setup VS Dev Environment
5640
uses: seanmiddleditch/gha-setup-vsdevenv@v4
5741

@@ -67,5 +51,5 @@ jobs:
6751
if: ${{ matrix.ros_distribution == 'jazzy' }}
6852
shell: cmd
6953
run: |
70-
call "c:\dev\jazzy\ros2-windows\setup.bat"
54+
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
7155
npm test

0 commit comments

Comments
 (0)