Skip to content

Commit

Permalink
Fixed jazzy CI (#991)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed May 27, 2024
1 parent d72a3d8 commit 4c46e68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Basic Build Workflow

on:
push:
branches: [rolling]
branches: [jazzy]
pull_request:
types: [opened, reopened, synchronize]

jobs:
build-rolling:
build-jazzy:
runs-on: ubuntu-latest
strategy:
fail-fast: false
container:
image: osrf/ros2:testing
image: ros:jazzy-ros-core
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install Prerequisites
run: |
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
apt-get update && apt-get upgrade -y && rosdep update; \
apt-get update && apt-get upgrade -y && apt-get install ros-dev-tools -y && rosdep init && rosdep update; \
rosdep install --from-paths src --ignore-src -y'
- name: Build Workspace
run: |
Expand Down

0 comments on commit 4c46e68

Please sign in to comment.