Skip to content

Commit ac86dc6

Browse files
committed
Fix issue
1 parent 6e36101 commit ac86dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build rclnodejs
5555
shell: cmd
5656
run: |
57-
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\setup.bat"
57+
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
5858
npm i
5959
6060
# On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
@@ -63,6 +63,6 @@ jobs:
6363
shell: cmd
6464
run: |
6565
pixi shell
66-
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\setup.bat"
66+
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
6767
cmd /c "if ${{ needs.identify-ros-distro.outputs.distro }}==foxy (set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test)"
6868
cmd /c "if NOT ${{ needs.identify-ros-distro.outputs.distro }}==foxy (npm test)"

0 commit comments

Comments
 (0)