We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7549cd9 commit 518ef71Copy full SHA for 518ef71
.github/workflows/linux-build-and-test.yml
@@ -38,8 +38,8 @@ jobs:
38
node-version: ${{ matrix.node-version }}
39
40
- name: Install test-msgs on Linux
41
- run: |
42
- sudo apt install ros-${{ needs.identify-ros-distro.outputs.distro }}-test-msgs
+ run: |
+ sudo apt install ros-${{ needs.identify-ros-distro.outputs.distro }}-test-msgs
43
44
- uses: actions/checkout@v4
45
0 commit comments