Skip to content

Commit 9e1daa2

Browse files
committed
Address comments
1 parent e3123f5 commit 9e1daa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Install ROS2 Jazzy dependencies
3232
shell: powershell
3333
run: |
34-
choco install 7zip wget -y
35-
wget --quiet https://github.com/ros2/ros2/releases/download/release-jazzy-20260128/ros2-jazzy-20260128-windows-release-amd64.zip -O jazzy.zip
34+
choco install 7zip -y
35+
Invoke-WebRequest -Uri "https://github.com/ros2/ros2/releases/download/release-jazzy-20260128/ros2-jazzy-20260128-windows-release-amd64.zip" -OutFile jazzy.zip
3636
7z x jazzy.zip -y -oC:\pixi_ws\ros2-windows
3737
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/jazzy/pixi.toml -OutFile C:\pixi_ws\pixi.toml
3838
Push-Location C:\pixi_ws

0 commit comments

Comments
 (0)