Skip to content

Commit

Permalink
Fix container
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr committed Oct 8, 2024
1 parent 1ac8af7 commit 5c97525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: humble, ROS_REPO: testing}
runs-on: ubuntu-latest
container: ubuntu:jammy
container:
image: ubuntu:jammy
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5c97525

Please sign in to comment.