Skip to content

Bump actions/setup-python from 4.7.0 to 4.7.1 (#1124) #1166

Bump actions/setup-python from 4.7.0 to 4.7.1 (#1124)

Bump actions/setup-python from 4.7.0 to 4.7.1 (#1124) #1166

name: Rolling RHEL Binary Build
on:
workflow_dispatch:
push:
branches:
- master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
jobs:
rolling_rhel_binary:
name: Rolling RHEL binary build
runs-on: ubuntu-latest
env:
ROS_DISTRO: rolling
container: ghcr.io/ros-controls/ros:rolling-rhel
steps:
- uses: actions/checkout@v4
with:
path: src/ros2_control
- run: |
rosdep update
rosdep install -iy --from-path src/ros2_control
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
colcon build
colcon test