We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3123f5 commit 9e1daa2Copy full SHA for 9e1daa2
1 file changed
.github/workflows/windows-jazzy-build-and-test.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Install ROS2 Jazzy dependencies
32
shell: powershell
33
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
+ choco install 7zip -y
+ Invoke-WebRequest -Uri "https://github.com/ros2/ros2/releases/download/release-jazzy-20260128/ros2-jazzy-20260128-windows-release-amd64.zip" -OutFile jazzy.zip
36
7z x jazzy.zip -y -oC:\pixi_ws\ros2-windows
37
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/jazzy/pixi.toml -OutFile C:\pixi_ws\pixi.toml
38
Push-Location C:\pixi_ws
0 commit comments