There was an error while loading. Please reload this page.
1 parent 9176260 commit ed17dabCopy full SHA for ed17dab
1 file changed
.github/workflows/ros_ci.yml
@@ -4,9 +4,11 @@ on: [push, pull_request]
4
jobs:
5
build-and-test:
6
runs-on: ubuntu-latest
7
+ container:
8
+ image: rostooling/setup-ros-docker:ubuntu-jammy-latest
9
steps:
10
- uses: actions/checkout@v4
- - uses: ros-tooling/action-ros-ci@v0.3
11
+ - uses: ros-tooling/action-ros-ci@v0.4
12
with:
13
target-ros2-distro: humble
14
vcs-repo-file-url: ""
0 commit comments