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 518ef71 commit 3d907efCopy full SHA for 3d907ef
.github/workflows/linux-build-and-test.yml
@@ -26,7 +26,7 @@ jobs:
26
needs: identify-ros-distro
27
runs-on: ubuntu-latest
28
container:
29
- image: osrf/ros:${{ needs.identify-ros-distro.outputs.distro }}-desktop-full
+ image: ${{ needs.identify-ros-distro.outputs.linuxos }}
30
strategy:
31
fail-fast: false
32
matrix:
@@ -37,6 +37,11 @@ jobs:
37
with:
38
node-version: ${{ matrix.node-version }}
39
40
+ - name: Setup ROS2
41
+ uses: ros-tooling/[email protected]
42
+ with:
43
+ required-ros-distributions: ${{ needs.identify-ros-distro.outputs.distro }}
44
+
45
- name: Install test-msgs on Linux
46
run: |
47
sudo apt install ros-${{ needs.identify-ros-distro.outputs.distro }}-test-msgs
0 commit comments