Skip to content

Commit e745a3b

Browse files
committed
fix issue
1 parent 670d79b commit e745a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
run: |
6565
cd C:\dev
6666
pixi shell
67-
call "${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
67+
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
6868
ros2 run demo_nodes_py talker

0 commit comments

Comments
 (0)