Skip to content

Commit

Permalink
Run job in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Taka-Kazu committed Jan 10, 2025
1 parent e3ed3e9 commit fee54e7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ros:humble
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup ROS
uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- name: Build
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit fee54e7

Please sign in to comment.