Skip to content

Commit 805f6ea

Browse files
committed
Fix issue
1 parent 719275a commit 805f6ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@ jobs:
6060
- name: Test rclnodejs
6161
shell: cmd
6262
run: |
63-
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
63+
cd C:\dev
64+
pixi shell
65+
call "${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
6466
ros2 run demo_nodes_py talker

0 commit comments

Comments
 (0)