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 e745a3b commit e4de0b3Copy full SHA for e4de0b3
.github/workflows/windows-build-and-test.yml
@@ -63,6 +63,7 @@ jobs:
63
shell: cmd
64
run: |
65
cd C:\dev
66
+ irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
67
pixi shell
68
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
69
ros2 run demo_nodes_py talker
0 commit comments