We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670d79b commit e745a3bCopy full SHA for e745a3b
1 file changed
.github/workflows/windows-build-and-test.yml
@@ -64,5 +64,5 @@ jobs:
64
run: |
65
cd C:\dev
66
pixi shell
67
- call "${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
+ call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
68
ros2 run demo_nodes_py talker
0 commit comments