Skip to content

Commit

Permalink
Run CI script in noetic perception docker image
Browse files Browse the repository at this point in the history
The robot image doesn't have laser_geometry, which we need.
  • Loading branch information
jonbinney committed Jun 19, 2021
1 parent a951994 commit 77d01e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ros1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest

container:
image: ros:noetic-robot
# The perception docker images includes laser_geometry, which we need.
image: ros:noetic-perception

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 77d01e9

Please sign in to comment.