Skip to content

Commit 518ef71

Browse files
committed
Fix actions
1 parent 7549cd9 commit 518ef71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
node-version: ${{ matrix.node-version }}
3939

4040
- name: Install test-msgs on Linux
41-
run: |
42-
sudo apt install ros-${{ needs.identify-ros-distro.outputs.distro }}-test-msgs
41+
run: |
42+
sudo apt install ros-${{ needs.identify-ros-distro.outputs.distro }}-test-msgs
4343
4444
- uses: actions/checkout@v4
4545

0 commit comments

Comments
 (0)