Skip to content

Commit 3d907ef

Browse files
committed
Add back setup-ros
1 parent 518ef71 commit 3d907ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
needs: identify-ros-distro
2727
runs-on: ubuntu-latest
2828
container:
29-
image: osrf/ros:${{ needs.identify-ros-distro.outputs.distro }}-desktop-full
29+
image: ${{ needs.identify-ros-distro.outputs.linuxos }}
3030
strategy:
3131
fail-fast: false
3232
matrix:
@@ -37,6 +37,11 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939

40+
- name: Setup ROS2
41+
uses: ros-tooling/[email protected]
42+
with:
43+
required-ros-distributions: ${{ needs.identify-ros-distro.outputs.distro }}
44+
4045
- name: Install test-msgs on Linux
4146
run: |
4247
sudo apt install ros-${{ needs.identify-ros-distro.outputs.distro }}-test-msgs

0 commit comments

Comments
 (0)