Skip to content

Commit 7549cd9

Browse files
committed
Install test-msgs
1 parent 459b86e commit 7549cd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939

40+
- name: Install test-msgs on Linux
41+
run: |
42+
sudo apt install ros-${{ needs.identify-ros-distro.outputs.distro }}-test-msgs
43+
4044
- uses: actions/checkout@v4
4145

4246
- name: Build and test rclnodejs

0 commit comments

Comments
 (0)