Skip to content

Commit

Permalink
Update catkin-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlankhorst authored Apr 8, 2021
1 parent 51aa338 commit 9bed958
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/catkin-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ env:

jobs:
build:
strategy:
matrix:
container: [ros:melodic, ros:noetic]
runs-on: ubuntu-20.04
container: ros:melodic
container: ${{ matrix.container }}

steps:
- name: update git
Expand Down

0 comments on commit 9bed958

Please sign in to comment.