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 1a2a1e2 commit 6415b8aCopy full SHA for 6415b8a
.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