Skip to content

Commit 09920cd

Browse files
committed
Fix issue
1 parent 01f1f7d commit 09920cd

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,16 @@ jobs:
4444
4545
- name: Install ROS2 Rolling (Conditional)
4646
if: ${{ needs.identify-ros-distro.outputs.distro == 'rolling' }}
47-
shell: powershell
47+
shell: bash
4848
run: |
4949
wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
5050
7z x rolling.zip -y -o/c/dev/rolling
5151
5252
- uses: actions/checkout@v4
5353

5454
- name: Build rclnodejs
55-
shell: powershell
55+
shell: cmd
5656
run: |
5757
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
5858
npm i
59-
60-
# On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
61-
# an error when loading the default fastrtps ddl
62-
- name: Test rclnodejs
63-
shell: powershell
64-
run: |
65-
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
6659
npm test

0 commit comments

Comments
 (0)