Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbore authored Feb 12, 2021
1 parent 47167f2 commit b83314a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: noetic, ROS_REPO: testing, UPSTREAM_WORKSPACE: 'smarc_desktop.rosinstall -smarc_desktop'}
- {ROS_DISTRO: noetic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'smarc_desktop.rosinstall -smarc_desktop'}
- {ROS_DISTRO: melodic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'smarc_desktop.rosinstall -smarc_desktop'}
- {ROS_DISTRO: noetic, ROS_REPO: testing, UPSTREAM_WORKSPACE: 'smarc_desktop.rosinstall -smarc_desktop', ROSDEP_SKIP_KEYS: 'sdl2_image', ADDITIONAL_DEBS: 'libsdl2-image-dev'}
- {ROS_DISTRO: noetic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'smarc_desktop.rosinstall -smarc_desktop', ROSDEP_SKIP_KEYS: 'sdl2_image', ADDITIONAL_DEBS: 'libsdl2-image-dev'}
- {ROS_DISTRO: melodic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'smarc_desktop.rosinstall -smarc_desktop', ROSDEP_SKIP_KEYS: 'sdl2_image', ADDITIONAL_DEBS: 'libsdl2-image-dev'}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit b83314a

Please sign in to comment.