We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fd91e commit 56e6611Copy full SHA for 56e6611
.github/workflows/colcon_test_build.yaml
@@ -9,14 +9,16 @@ jobs:
9
strategy:
10
matrix:
11
ros-distro: [jazzy]
12
- runs-on: ubuntu-24.04-x64-16GB-RAM-150GB-SSD
+ runs-on: ubuntu-24.04
13
+ container:
14
+ image: osrf/ros:jazzy-desktop-full
15
16
name: Build ${{ matrix.ros-distro }}
17
steps:
18
- - uses: ros-tooling/setup-ros@v0.7
- with:
19
- required-ros-distributions: ${{ matrix.ros-distro }}
+ # - uses: ros-tooling/setup-ros@v0.7
20
+ # with:
21
+ # required-ros-distributions: ${{ matrix.ros-distro }}
22
23
- uses: ros-tooling/action-ros-ci@v0.3
24
with:
0 commit comments