Skip to content

Commit 67f3b8e

Browse files
committed
Address comments
1 parent 8588d14 commit 67f3b8e

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
@@ -54,7 +54,7 @@ jobs:
5454
shell: cmd
5555
run: |
5656
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
57-
npm i
57+
cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp&&npm i"
5858
5959
# On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
6060
# an error when loading the default fastrtps ddl

0 commit comments

Comments
 (0)