Skip to content

Commit

Permalink
update build actions
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Jul 25, 2024
1 parent 79c3014 commit 17544e8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/colcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ on:
- '*'
jobs:
build-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
config:
- {rosdistro: 'rolling', container: 'ros:rolling'}
container: ${{ matrix.config.container }}
- {rosdistro: 'rolling', container: 'ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-ros-rolling-desktop:master'}
container:
image: ${{ matrix.config.container }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -32,7 +36,7 @@ jobs:
apt update
rosdep update
source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs octomap_server"
rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox"
shell: bash
- name: Colcon Build (Release)
run: |
Expand Down

0 comments on commit 17544e8

Please sign in to comment.