Skip to content

Commit 20f3ebc

Browse files
committed
Address comments
1 parent 52b522a commit 20f3ebc

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
@@ -63,7 +63,7 @@ jobs:
6363
shell: cmd
6464
run: |
6565
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
66-
npm i
66+
cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp&&npm i"
6767
6868
# On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
6969
# an error when loading the default fastrtps ddl

0 commit comments

Comments
 (0)